stackup / auth
Admin Panel design and backend
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 1
Open Issues: 0
Language:HTML
Type:project
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-04-29 01:26:50 UTC
README
This package is provide the admin auth, auth api and frontend of the panel. Install the passport package.
Installation
composer require stackup/auth # publish the files php artisan vendor:publish --tag=files --force # migrate the passport and admin migration php artisan migrate # run the seed of admin php artisan db:seed # install the passport php artisan passport:install
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.