bigmom / auth
Centralized auth for other bigmom packages.
dev-master
2021-06-21 04:19 UTC
Requires
- laravel/framework: ^8.0
This package is auto-updated.
Last update: 2025-04-21 12:06:38 UTC
README
An authentication and authorization package mainly for other bigmom packages. I guess you can use it in your app as well, but why would you?
Installation
composer require bigmom/auth
php artisan vendor:publish
php artisan migrate
Usage
Make sure you set the superusers, driver, and provider in the config file published. Access the management UI through /bigmom
.