gregoryduckworth / laravel-multi-auth by gregoryduckworth

Multi-Auth Template for Laravel 5.2.
7
14
9
Package Data
Maintainer Username: gregoryduckworth
Package Create Date: 2016-01-15
Package Last Update: 2016-06-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-24 03:03:44
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 14
Total Watchers: 9
Total Forks: 7
Total Open Issues: 2

Laravel 5.2 Multi-Auth

GitHub release

A basic example of how to user the built in Multi-Auth to allow logging in of both admin and end users.

User Models

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.

Views

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.

Additional packages

The base package comes with the addition of the following packages:

  • barryvdh/laravel-debugbar

Install

Please see INSTALL for more information on how to install.

Change log

Please see CHANGELOG for more information what has changed recently.