2017 © Pedro Peláez
 

project laravel-multi-auth

Multi-Auth Template for Laravel 5.2.

image

gregoryduckworth/laravel-multi-auth

Multi-Auth Template for Laravel 5.2.

  • Wednesday, June 8, 2016
  • by gregoryduckworth
  • Repository
  • 8 Watchers
  • 14 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5.2 Multi-Auth

GitHub release, (*1)

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

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., (*3)

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., (*4)

Additional packages

The base package comes with the addition of the following packages: * barryvdh/laravel-debugbar, (*5)

Install

Please see INSTALL for more information on how to install., (*6)

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

The Versions

08/06 2016

dev-master

9999999-dev

Multi-Auth Template for Laravel 5.2.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel auth multi