alliancewaw / seat-mirai-http-auth
This plugin provide an extension to the standard SeAT character Job which handle automatic graduation for QQ user
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:seat-plugin
Requires
- php: ^7.3
- eveseat/web: ^4.0
- laravel/framework: ^6.2
- warlof/seat-connector: ^2.1
Requires (Dev)
- orchestra/database: ^4.0
- orchestra/testbench: ^4.0
This package is auto-updated.
Last update: 2024-11-08 10:23:24 UTC
README
SeAT Mirai Auth
This plugin provide an extension to the standard SeAT character Job which handle automatic graduation for QQ user.
This plugin is modify from warlof/seat-teamspeak.
Installation
for non-Docker
Assume your SeAT root path is /var/www/seat
and run this code
php artisan down
composer require alliancewaw/seat-mirai-http-auth
php artisan vendor:publish --force --all
php artisan migrate
php artisan up
for Docker
Edit your .env
file,locate the line SEAT_PLUGINS
and append alliancewaw/seat-mirai-http-auth
at the end.
Then , run docker-compose up -d
to take effect.