Looking to hire Laravel developers? Try LaraJobs

laravel-multiauth-multitenancy maintained by redfenix-eng

Description
Multi Auth in Laravel Project with support for the Laravel 8 Models namespace convention & optional generation inside a tenant when using the multitenancy stancl/tenancy package. Forked from bitfumes/laravel-multiauth
Last update
2021/12/22 18:30 (dev-master)
License
Links
Downloads
8

Comments
comments powered by Disqus

With this fork, the php artisan multiauth:make {guard} command supports the --tenant option, which generates the auth guard inside tenants. This adds support to have multiple authentication portals not only for the central application, but also for the tenant application. Besides these changes, the package is identical to the original Laravel Multiauth package. Therefore, for more information check out its documentation.