📌 Deprecation Notice
This repository is deprecated and no more work will be done on this. You can continue to use this and it should work as-is. You are recommeded to use latest repo for Laravel 10.
👉 Updated Template: https://github.com/itxshakil/multi-auth-for-laravel
The Laravel Framework project boilerplate with Inertia setup in vue. It has separate model and guards for both user and admin.
Clone the project
git clone https://github.com/itxshakil/laravel-multi-authGo to the project directory
cd laravel-multi-authInstall dependencies & build assets
composer install
npm install && npm run devMigrate and seed database
php artisan migrateStart the server
php artisan serveTo run tests, run the following command
  php artisan testThis package inherits the licensing of its parent framework, Laravel, and as such is open-sourced software licensed under the MIT