This is doing my head in. I\'m getting this error when trying to login from a form:
Symfony \\ Component \\ HttpKernel \\ Exception \\ Me
Symfony \\ Component \\ HttpKernel \\ Exception \\
Me
your answer of the route should be
Route::post('/login', ['as' => 'login', 'uses' => 'LoginController@getLogin']);