alliancewaw/seat-mirai-http-auth

This plugin provide an extension to the standard SeAT character Job which handle automatic graduation for QQ user

dev-master 2021-06-08 03:07 UTC

This package is auto-updated.

Last update: 2024-04-08 09:14:26 UTC


README

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.