Skip to content

jiffystacks/laravel-vuejs

Repository files navigation

Laravel VueJs

Extendend laravel multi auth with Vuejs

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

  • Run php artisan passport:install

  • Run npm install

  • Run npm run dev or npm run watch

License

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

Developer

Jiffystacks

Releases

No releases published

Packages

No packages published