Laravel Multiauth

A quick and simple way to have laravel admin authentication in just few minutes.

Get Started

Fully customized

You can change model from configuration, publish routes to edit controller, publish views, factories etc.

Admin Authentication

Just like make:auth provide /login route, this package gives you /admin route with role and permissions.

Multi Authentication

Create any authentication for your laravel application with full crud, middleware, migrations, factories, model, etc.

# Quick start


 


 

# First, install:
composer require bitfumes/laravel-multiauth

# Then, use it:
php artisan multiauth:install
1
2
3
4
5