Laravel中的路由问题 - 未找到错误

时间:2018-04-27 22:13:32

标签: php laravel caching routing routes

当我尝试访问我的项目时,我得到:

  

抱歉,找不到您要找的页面

我已经调查了这个问题并发现运行:php artisan route:list返回空,即使我的routes / web.php有很多路由:

/** Auth Routes*/
Auth::routes();

/** Homepage Route*/
Route::get('/', function () {
    return view('layout');
});

我尝试过各种命令:

php artisan route:cache
php artisan route:clear
php artisan cache:clear

0 个答案:

没有答案