Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 707 Bytes

SeAT

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.