HTTP://localhost/laravel.dev/auth/login>在RouteCollection.php第161行
中出现错误NotFoundHttpExceptionRoute.php
Route::get('auth/login', 'Auth\AuthController@getLogin');
Route::post('auth/login', 'Auth\AuthController@postLogin');
Route::get('auth/logout', 'Auth\AuthController@getLogout'); // Registration routes...
Route::get('auth/register', 'Auth\AuthController@getRegister');
Route::post('auth/register', 'Auth\AuthController@postRegister');
Route::controllers([ 'password' => 'Auth\PasswordController', ]);
答案 0 :(得分:0)
这可能听起来很有趣,但今天我遇到了同样的问题并发布了一个问题,直到我做了迁移php artisan migrate
并意识到它正在运行。尝试迁移可能有所帮助