LaravelPackages.net
Acme Inc.
Toggle sidebar
gregoryduckworth/laravel-multi-auth

Multi-Auth Template for Laravel 5.2.

7
14
About gregoryduckworth/laravel-multi-auth

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

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.

Comments