Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

登录超时之后会报错 #12

Open
director0913 opened this issue Jun 6, 2018 · 1 comment
Open

登录超时之后会报错 #12

director0913 opened this issue Jun 6, 2018 · 1 comment

Comments

@director0913
Copy link

InvalidArgumentException
Route [login] not defined.

@director0913
Copy link
Author

director0913 commented Jun 8, 2018

知道问题了,
Route::group(['namespace' => 'Auth', 'middleware' => 'language'], function ($router)
{
$router->get('login', 'LoginController@showLoginForm')->name('login');
$router->post('login', 'LoginController@login');
$router->post('logout', 'LoginController@logout');
});
这修改下就好了
我也不知道问题,咋关闭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant