When I set the session.domain configuration variable, I find that Laravel is suddenly unable to reco...
I need to change the error message on the default auth/login.blade.php file It returns "These c...
In Laravel documentation I have found: Echoing Data After Checking For Existence, but it is not work...
How do I perform a Laravel unique validation on multiple columns for unique relations. One user can...
On each logout i get error that 'remember_token' not exist. But i dont use remember me feature, on...
Is there a way to logout user when his IP is changed? Where can I check if his IP is changed for all...
Hi everyone, I have this simple code for testing authentication : public function login(Request $req...
Recently I started working on a new project. There was a problem with logging in. I and my teammate,...
Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...
im using php artisan make:auth any ideas on how to insert the user id of the current login-ed user?...
Hi guys. I am trying to use Policies from Laravel Authorization feature, but it is not working with...
I am trying to make a custom login with multi auth. For the meantime, I am trying to do the login fo...
Hi all, i am new to laravel and i tried to build a user verification with activation E-Mail and occu...
Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...
I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...
Hi, here is a basic question I'm working on the same website which i have been asking questions abou...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
I'm trying to show "logged in" message after user logged in to my application, actually wh...
Hi, I know , that exists way how to login users by theirs ids: Auth::loginUsingId($user_id) but how...
Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...
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