Does anyone know if the views for login/register was removed on purpose from 5.1 ? They are listed o...
Probably not the best way, but I would put it in app/Services/Registrar.php - Create() where the use...
Just adding this out of the blue, but I believe WAMP by default only accept connections from localho...
Does the $namespace variable in RouteServiceProvider.php match the namespace of Auth\AuthController?...
Try changing your User.php to look like https://github.com/laravel/laravel/blob/master/app/User.php
I'm not sure I understand the question, but that should work as you wrote it. Check http://laravel.c...
The Laravel portal for problem solving, knowledge sharing and community building.