Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
I followed the steps to install socialite, after I get redirect back to the website I get this error...
Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...
Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...
I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...
I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...
I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...
How do I namespace in Auth so i can do this from the controller? echo Auth::user()->id; Class Au...
I have status field for users and want to check whether user has active status before authenticate h...
PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'lo...
I recently found that the registration of new users, login and such, should be in the AuthController...
Hi there! I'm falling down with some Lumen issues here and I thought someone may be able to help me...
Hi everyone, I'm having a problem using Auth::check() If I'm using it right after my Auth::attempt($...
Im sorry if I am new to Laravel 5.2, but I get empty string in $errors even though if I use duplicat...
Hey, trying to just make a very basic user system. Authentication is failing even though the values...
Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...
I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...
Hey there, I am new to laravel i have created laravel basic authentication using command line, ever...
Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community