razesoldier / seat-srp
A module for SeAT that tracks SRP requests
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 22
Type:seat-plugin
Requires
- eveseat/eseye: ^2.0
- eveseat/eveapi: ^4.0
- eveseat/services: ^4.0
- eveseat/web: ^4.0
- phpoffice/phpspreadsheet: ^1.14
- razesoldier/eve-translate: ^0.3
- dev-master
- 4.2.5
- 4.2.4
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- v4.0.2
- 4.0.1
- 4.0.1-alpha
- 4.0.0
- 4.0.0-alpha
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta6
- 3.0.0-beta5
- 3.0.0-beta4
- 3.0.0-beta3
- 3.0.0-beta2
- 3.0.0-beta1
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0-RC1
This package is auto-updated.
Last update: 2025-03-01 00:30:34 UTC
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
Save
to 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/@rolename
into 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