Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

The Laravel Framework project boilerplate with Inertia setup in VueJS. It has separate model and guards for both user and admin.

Notifications You must be signed in to change notification settings

itxshakil/laravel-multi-auth

Repository files navigation

📌 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

Laravel Multi Auth

The Laravel Framework project boilerplate with Inertia setup in vue. It has separate model and guards for both user and admin.

Run Locally

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

Running Tests

To run tests, run the following command

  php artisan test

License

This package inherits the licensing of its parent framework, Laravel, and as such is open-sourced software licensed under the MIT

About

The Laravel Framework project boilerplate with Inertia setup in VueJS. It has separate model and guards for both user and admin.

Topics

Resources

Stars

Watchers

Forks