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...
Hi! Just started learning Laravel with the help of learninglaravel.net tutorial, however I'm a bit s...
I couldn't find in the docs how to change authenticating against an email to something else. For ins...
Hi everyone! I developed an app using L4.1 and it uses 2 filters. My local environment is based on V...
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