jiffystacks-technologies / laravel-multi-auth

Laravel Login with multiple users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Multi-User Auth

A simple restaurant application with three type of users(Admin, User, Driver) all of them have different tables.

Users & Role

  • Admin (Role: admin, super-admin)
  • User (Role: buyer, seller)
  • Driver

Functionality

  • Multi Auth using different tables
  • Custom Laravel Blade
  • User's Role Permission

Included

Installation:

  • Clone the repo
  • Copy .env.example to .env
  • Configure .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed

License

The Laravel framework is open-source software licensed under the MIT license.

Developer

Jiffystacks

About

Laravel Login with multiple users

License:GNU General Public License v3.0


Languages

Language:PHP 75.0%Language:HTML 24.6%Language:Vue 0.4%