Download the PHP package razesoldier/seat-srp without Composer
On this page you can find all versions of the php package razesoldier/seat-srp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download razesoldier/seat-srp
More information about razesoldier/seat-srp
Files in razesoldier/seat-srp
Package seat-srp
Short Description A module for SeAT that tracks SRP requests
License GPL-2.0
Informations about the package seat-srp
seat-srp
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 '[email protected]'
Quick Installation:
In your seat directory (By default: /var/www/seat), type the following:
(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:
add
and save the file. Now you're ready to tell SeAT how to use the plugin:
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
)
- Role ID and User ID can be obtained by typing
Example of .env entries:
Good luck, and Happy Hunting!! o7
All versions of seat-srp with dependencies
eveseat/eveapi Version ^4.0
eveseat/web Version ^4.0
eveseat/eseye Version ^2.0
razesoldier/eve-translate Version ^0.3
phpoffice/phpspreadsheet Version ^1.14