Laravel is the most popular PHP framework. One of the biggest advantage of laravel is, it provides many features out of box like user authentication, prevention of cross site request forgery, middleware for restricting unauthorized access and bunch of much more features. Talking about user authentication system, laravel by default ships with basic user functionality like user login, registration, forgot password, reset password. But it supports only for one user. So to achieve multiple authentication in laravel, I have created a laravel package called Sarav/Multiauth(Packagist) . Lets see how to integrate it.