stackup/auth

There is no license information available for the latest version (dev-main) of this package.

Admin Panel design and backend

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 1

Open Issues: 0

Language:HTML

Type:project

dev-main 2023-02-01 07:56 UTC

This package is auto-updated.

Last update: 2024-08-29 11:30:48 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.