A simple restaurant application with three type of users(Admin, User, Driver) all of them have different tables.
- Admin (Role: admin, super-admin)
- User (Role: buyer, seller)
- Driver
- Multi Auth using different tables
- Custom Laravel Blade
- User's Role Permission
- Clone the repo
- Copy
.env.exampleto.env - Configure
.env - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate --seed
The Laravel framework is open-source software licensed under the MIT license.