denngarr / seat-scripts
SeAT 模块,包含有用的命令行脚本
3.0.0-beta3
2018-05-15 19:47 UTC
Requires
- eveseat/eseye: ^1
- eveseat/eveapi: ^3.0
- eveseat/services: ^3.0
- eveseat/web: ^3.0
This package is not auto-updated.
Last update: 2024-09-19 10:56:21 UTC
README
这是一个用于维护 SeAT 安装的单一脚本扩展。
seat-script:users:update
- 已计划:是
- 频率:每5分钟
描述
此脚本将搜索每个用户,并根据他们拥有的API密钥,将用户添加到与公司或公司称号同名的新角色中。您必须创建与称号或公司相同的角色名称,以便此脚本将用户添加到其中。这对于普通成员来说非常棒,您可以创建与他们的公司、击杀板、公司摘要等的关联。
安装
从命令行运行
composer require denngarr/seat-scripts
编辑 config/app.php
In the Package Service Providers block, add:
Denngarr\Seat\SeatScripts\ScriptsServiceProvider::class
然后从命令行运行
php artisan vendor:publish --force
现在,如果您运行
php artisan
您应该看到添加的新命令。这些命令也将出现在调度器中。