I'm trying to implement laravel's default authentication in a test/learn project, which I started in...
Well, no. The solution was changing on routes.php from Route::controllers([ 'auth' => 'Auth\Aut...
But the issue I seem to be having is not that the controller doesn't work, its that the system doesn...
jimgwhit said: Have you looked at the example auth controller in L5, it has what you need. The docs...
The Laravel portal for problem solving, knowledge sharing and community building.
The community