航海者:上传数据和图像位置
Voyager: upload data and images location
我刚刚准备了这个不错的购物网站代码
https://github.com/drehimself/laravel-ecommerce-example
我去管理页面然后上传一些新项目但是
这些项目数据和图像不会显示。
我试图查看控制器页面,但找不到位置。
这是 web.php 文件
Route::group(['prefix' => 'admin'], function () {
Voyager::routes();
});
谁能教我应该改哪里?
您可以查看来自
的所有路线
vendor\TCG\Voyager\routes\voyager.php
如果您想覆盖任何路线,请在 web.php
中更新
我刚刚准备了这个不错的购物网站代码
https://github.com/drehimself/laravel-ecommerce-example
我去管理页面然后上传一些新项目但是 这些项目数据和图像不会显示。
我试图查看控制器页面,但找不到位置。 这是 web.php 文件
Route::group(['prefix' => 'admin'], function () {
Voyager::routes();
});
谁能教我应该改哪里?
您可以查看来自
的所有路线vendor\TCG\Voyager\routes\voyager.php
如果您想覆盖任何路线,请在 web.php