Search code examples
laravel-5voyager

Voyager: upload data and images location


I just prepared this nice shopping website code

https://github.com/drehimself/laravel-ecommerce-example

I go admin page then upload some new items but those item data and images are not dislayed.

I tryed to look contoller page but I couldn't find where are at. Here is the web.php file

Route::group(['prefix' => 'admin'], function () {
    Voyager::routes();
});

Could somebody teach me where should I change?


Solution

  • You can view all routes from

    vendor\TCG\Voyager\routes\voyager.php
    

    If you want to override any route then update in web.php