Skip to content

jiffystacks/laravel-multi-auth

Repository files navigation

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