dev-moeen / laravel-multiauth
Laravel Multiauth package
dev-main
2023-05-09 09:50 UTC
Requires
- laravel/legacy-factories: ^1.0@dev
- laravel/ui: ^2.0|^3.0
Requires (Dev)
- fzaninotto/faker: ^1.9
- illuminate/support: 7.0|8.0
- mockery/mockery: ^1.3.1
- orchestra/database: ^5.0|^6
- orchestra/testbench: ^5.0|^6
- phpunit/phpunit: ^8.5|^9.3
This package is auto-updated.
Last update: 2025-03-09 13:51:15 UTC
README
This package is just to create multi auth, which is totaly isolated from your normal auth ( which we create using php artisan make:auth )
On top of that, you can use multiple authentication types, simultaneously, so you can be logged in as a user and an admin, without conflicts!