Extendend laravel multi auth with Vuejs
- 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 -
Run
php artisan passport:install -
Run
npm install -
Run
npm run devornpm run watch
The Laravel framework is open-source software licensed under the MIT license.