razesoldier/seat-srp
Composer 安装命令:
composer require razesoldier/seat-srp
包简介
A module for SeAT that tracks SRP requests
README 文档
README
A module for SeAT that tracks SRP requests
This plugin write for SeAT is providing to your instance a way to manage your ship replacement program (SRP)
If you have issues with this, you can contact me on Eve as Denngarr B'tarn, or on email as 'denngarr@cripplecreekcorp.com'
Quick Installation:
In your seat directory (By default: /var/www/seat), type the following:
php artisan down
composer require denngarr/seat-srp
(You can skip this step if you are running 3.x) After a successful installation, you can include the actual plugin by editing config/app.php and adding the following after:
/*
* Package Service Providers...
*/
add
Denngarr\Seat\SeatSrp\SrpServiceProvider::class
and save the file. Now you're ready to tell SeAT how to use the plugin:
php artisan vendor:publish --force
php artisan migrate
php artisan up
And now, when you log into 'Seat', you should see a 'Ship Replacement Program' link on the left.
Discord Webhook (optional)
Automated notifications of new SRP Requests submitted in Discord
In Discord application:
- On a channel of your choice, click the cog icon to open the channel settings
- In the channel settings, navigate to the Webhooks tab
- Click
Create Webhook - Fill in name for the webhook and (optional) image
- Copy the Webhook URL
- Click
Saveto finish creating the webhook
In SeAT .env file:
The SeAT .env file accepts two variables for the webhook:
- (required)
SRP_DISCORD_WEBHOOK_URL: this is the url you copied when creating the webhook in Discord - (optional)
SRP_DISCORD_MENTION_ROLE: this can be a room mention (e.g.@here), a Discord role ID, or a specific user ID - Role ID and User ID can be obtained by typing/@rolenameinto a channel (e.g./@srp_manager)
Example of .env entries:
SRP_DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/513619798362554369/Px9VQwiE5lhhBqOjW7rFBuLmLzMimwcklC2kIDJhQ9hLcDzCRPCkbI0LgWq6YwIbFtuk
SRP_DISCORD_MENTION_ROLE='<@&198725153385873409>'
Good luck, and Happy Hunting!! o7
razesoldier/seat-srp 适用场景与选型建议
razesoldier/seat-srp 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 19 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 03 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 razesoldier/seat-srp 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 razesoldier/seat-srp 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2020-03-13