gregoryduckworth / laravel-multi-auth
Multi-Auth Template for Laravel 5.2.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 9
Forks: 7
Open Issues: 2
Type:project
Requires
- php: >=5.5.9
- laravel/framework: 5.2.*
Requires (Dev)
- barryvdh/laravel-debugbar: *
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is auto-updated.
Last update: 2024-11-15 03:24:53 UTC
README
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.