Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ashishyjain's avatar

Laravel Single User Login

I have multiple application and each application have a login page. I want only one login page for my all applications. As an admin, I will assign the application level and each application role to the user. After login, they can view, and edit the things as per the assigned role and permission.

Is there any Laravel package available to achieve the functionality?

0 likes
3 replies
ashishyjain's avatar

@Ssionn Thanks for the package details. I am using this package for the roles and permission but I want to develop a single login system. Let's say I have app1.domain.com app2.domain.com app3.domain.com

All applications have separate login and now I want users will log in from login.domain.com and they can navigate to the different applications through one login.

Hassankhan's avatar

@ashishyjain Sync all the databases on your root application go to configs file and configure multiple databases in single application also setting up enviroment based on your requirement

Please or to participate in this conversation.