Is there a way to distinguish between an authenticated user session, and more transient session data...
Hello all, I tried implementing my own version of the Laravel password reset functionality. The main...
Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...
Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...
I need to override some of the things, one of them - hasher I create new package: <?php namespac...
i have set up users and roles table with a pivot table and i need to check, if logged user has admin...
At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...
Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...
Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...
I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...
if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...
Hello. I am new in laravel 4 framework. I was following steps of tutorial http://www.codeforest.net/...
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