Support the ongoing development of Laravel.io →

1,569 Threads

Why Auth does not support in mobile browser?

I have a site that developed by laravel nahid.co. In desktop browser it work properly but when I try...

0 Likes
4 Replies

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies

Password reset function

Hello all, I tried implementing my own version of the Laravel password reset functionality. The main...

0 Likes
2 Replies

Different types of users

Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...

0 Likes
3 Replies

Auth, query scopes and whereHas() do not work together

i have set up users and roles table with a pivot table and i need to check, if logged user has admin...

0 Likes
0 Replies

Reminder email not being sent

Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...

0 Likes
3 Replies

Basic routing question for get & posts to a controller

Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...

0 Likes
5 Replies

Authentication by Email OR UserName

if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...

0 Likes
3 Replies

Problem with laravel authentication panel

Hello. I am new in laravel 4 framework. I was following steps of tutorial http://www.codeforest.net/...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.