Skip to content

rubythonode/LaravelMultiUserAuthentication

 
 

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel Multiple Authentication Login

This is Multiple user authentication examples in Laravel 5.4. Using this repository easily manage multiple user login projects.

Follow Below Step for use this repository.

How to use

  1. Download zip or clone the repository
  2. Execute Following Command for install dependency : composer install (Required the composer install in your PC)
  3. Execute Following Command for migrate database : php artisan migrate (All Migration files are available in this repository)

In this example, there are three different user role login. list out in below.

  1. Master Login
  2. Admin Login
  3. User Login

Master Login

http://localhost/laravelMultiAuth/public/
OR
http://localhost/laravelMultiAuth/public/master

Username : master@gmail.com
Password : 2209

Admin Login

http://localhost/laravelMultiAuth/public/admin
OR
http://localhost/laravelMultiAuth/public/admin/login

Username : admin@gmail.com
Password : 2209

User Login

http://localhost/laravelMultiAuth/public/user
OR
http://localhost/laravelMultiAuth/public/user/login

Username : user@gmail.com
Password : 2209

About

Laravel Multiple User Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.9%
  • HTML 14.0%
  • JavaScript 1.1%
  • Other 1.0%