Look at laravel breeze.
Also I have tried all available including jetstream and fortify, so far I have chosen to use manual.
https://laravel.com/docs/8.x/authentication#authenticating-users
Much more control that way. But that's just my preference.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Good day,
I see conflicting information about how to do user authentication. And I'm not sure if some of them are dated, or how relevant they are to the application I started a couple of months ago. I noticed when I created the application it came with a User model that extends Illuminate\Foundation\Auth\User.
My needs are very modest. User sign up. Ability to set user roles like viewer, editor, approver, admin. I suppose the ability to use Facebook or Twitter would be a plus, but I'm not worried about that.
Which part of the documentation will show how to do that, or what tutorial would you recommend? I'm new to Laravel and not sure of the recent history. Are there deprecated methods i should avoid or ones that have fallen out of favour?
Please or to participate in this conversation.