hermesdj / seat-fitting
Module to check fittings per character
Installs: 515
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 21
Type:seat-plugin
Requires
- eveseat/api: ^5.0
- eveseat/eveapi: ^5.0
- eveseat/services: ^5.0
- eveseat/web: ^5.0
- recursivetree/seat-prices-core: ^1
- recursivetree/seat-treelib: ^2.0
Requires (Dev)
- driftingly/rector-laravel: ^0.24.1
- rector/rector: ^0.18.3
This package is auto-updated.
Last update: 2024-11-18 13:54:39 UTC
README
A module for SeAT that holds fittings and can compare the required skills for a fit to your character.
If you have issues with this, you can contact me on Eve as Crypta Electrica, or on the [https://eveseat.github.io/docs/about/contact/](SeAT Discord)
Quick Installation:
In your seat directory (By default: /var/www/seat), type the following:
php artisan down
composer require denngarr/seat-fitting
php artisan vendor:publish --force --all
php artisan migrate
php artisan up
And now, when you log into 'Seat', you should see a 'Fittings' link on the left.
Good luck, and Happy Hunting!! o7
Usage Tracking
In order to get an idea of the usage of this plugin, a very simplistic form of anonymous usage tracking has been implemented.
Read more about the system in use here