laravel-multiauth
laravel-multiauth copied to clipboard
Laravel 5.2 Multiauth Implementation
I have solved Issue Number #8. Please review the changes and accept this PR.
The Registration and Login Page shows no error on wrong validation, instead gets reloaded.
After I login with an admin account, when I click on home instead of the page displaying "You are logged in" the login page for user is shown. There must...
Hi, I have used your package for multi auth and it is working well so far for login. But now I am working on reset password and it isn't working....
Middleware Web affecting display of validation messages. Route::group([ 'middlewareGroups' => ['web']], function() { }
Hi @imrealashu, I have used your steps from http://stackoverflow.com/questions/34614753/can-anyone-explain-laravel-5-2-multi-auth-with-example, and I downloaded your repo laravel-multiauth and it worked great, now I have to assign a new table with its own...