I have a site that developed by laravel nahid.co. In desktop browser it work properly but when I try...
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...
Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...
i have set up users and roles table with a pivot table and i need to check, if logged user has admin...
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...
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