📌 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-auth
Go to the project directory
cd laravel-multi-auth
Install dependencies & build assets
composer install
npm install && npm run dev
Migrate and seed database
php artisan migrate
Start the server
php artisan serve
To run tests, run the following command
php artisan test
This package inherits the licensing of its parent framework, Laravel, and as such is open-sourced software licensed under the MIT