gregoryduckworth/laravel-multi-auth is a Laravel package for multi-auth template for laravel 5.2..
It currently has 14 GitHub stars and 7 downloads on Packagist.
Install it with composer require gregoryduckworth/laravel-multi-auth.
Discover more Laravel packages by gregoryduckworth
or browse all Laravel packages to compare alternatives.
Last updated
A basic example of how to user the built in Multi-Auth to allow logging in of both admin and end users.
Both the Admin and User models are under the App\Models namespace and the app\config\auth.php file has been updated to reflect this.
The Admin and User views have been seperated out, so they can be displayed independently and provide a noticeable difference between the look and feel to the site.
The base package comes with the addition of the following packages:
Please see INSTALL for more information on how to install.
Please see CHANGELOG for more information what has changed recently.