net7 / filament-taxonomies
A Filament plugin to manage taxonomies
dev-main
2024-05-16 09:38 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0
- ml/json-ld: ^1.2
- solution-forest/filament-tree: ^2.0
- spatie/eloquent-sortable: ^4.3
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.1
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
This package is auto-updated.
Last update: 2025-05-13 10:38:11 UTC
README
A Filament plugin to manage multi-level taxonomies
Installation
You can install the package via composer:
composer require net7/filament-taxonomies
Publish the assets:
php artisan vendor:publish --tag="filament-taxonomies-assets"
Remember to link the storage
php artisan storage:link
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-taxonomies-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-taxonomies-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-taxonomies-views"
This is the contents of the published config file:
return [
];
Usage
$filamentTaxonomies = new Net7\FilamentTaxonomies(); echo $filamentTaxonomies->echoPhrase('Hello, net7!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.