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:
- barryvdh/laravel-debugbar
Please see INSTALL for more information on how to install.
Please see CHANGELOG for more information what has changed recently.