我是laravel的新手,还在学习,我有2条带控制器和功能索引的路线
这是我的routes.php
Route::get('/', 'HomeController@index');
Route::get('accessories', 'ProductsController@index');
第一个效果很好,但我不知道为什么第二个没有:
未找到
在此服务器上找不到请求的URL / laravel / public / accessories。
感谢。
答案 0 :(得分:1)
尝试访问yourwebsite.com/index.php/accessories