stackup / auth
There is no license information available for the latest version (dev-main) of this package.
Admin Panel design and backend
Package info
github.com/MuhammadHarisKhalil/Admin-package
Language:HTML
Type:project
pkg:composer/stackup/auth
dev-main
2023-02-01 07:56 UTC
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2026-03-29 01:01:29 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.