Monorepo for Finity Labs' Filament packages. Each package can be installed individually.
| Package | Install |
|---|---|
| Avatar | composer require finity-labs/fin-avatar |
composer require finity-labs/fin-mail |
|
| ModalTableSelect | composer require finity-labs/fin-modal-table-select |
| Sentinel | composer require finity-labs/fin-sentinel |
See each package's README for documentation.
All package sources live under packages/. To run a package's tests:
cd packages/fin-avatar
composer install
vendor/bin/pestEach package has its own version trajectory. Tags use the format <package-name>/v<version> and split out to the matching mirror repo with the bare version (no prefix), where Packagist picks it up.
git tag fin-avatar/v1.2.0
git push origin fin-avatar/v1.2.0
# → finity-labs/fin-avatar gets a new v1.2.0 tagPackages release independently — bumping fin-mail does not touch the others.
MIT