akinams053/seat-fitting

Module to check fittings per character

Maintainers

Package info

github.com/akinams053/seat-fitting

Type:seat-plugin

pkg:composer/akinams053/seat-fitting

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

1.1.1 2026-05-20 04:40 UTC

This package is auto-updated.

Last update: 2026-05-20 06:28:43 UTC


README

Latest Stable Version License

A module for SeAT that holds fittings and can compare the required skills for a fit to your character.

⚠️ 二次开发分支 · Downstream fork

本仓库基于上游 cryptatech/seat-fitting fork,并按本项目需求做了定制(移除价格集成与 About 页、加入中文翻译等)。需要官方未改动版本,请使用原仓库。

Forked from upstream cryptatech/seat-fitting with downstream customizations. For the canonical plugin, please use the original repository instead.

Quick Installation

In your SeAT directory (default /var/www/seat):

php artisan down
composer require akinams053/seat-fitting

php artisan vendor:publish --force --all
php artisan migrate

php artisan up

If using a docker installation see https://eveseat.github.io/docs/admin_guides/docker_admin/#installing-plugins

Use the package name akinams053/seat-fitting. After install, a Fittings link will appear in the SeAT left sidebar.

Credits · 致谢

This fork stands entirely on the work of the upstream authors:

本 fork 完全建立在上游作者的成果之上,特此致敬。Upstream 仍是该插件的权威来源;与本 fork 自身定制无关的 bug 报告、功能请求请向 eveseat-plugins/seat-fitting 提出。

Licensed under GPL-2.0-only (see LICENSE).