fomvasss / laravel-simple-taxonomy
Create and manage taxonomy (terms) in Laravel App
Package info
github.com/fomvasss/laravel-simple-taxonomy
Type:composer-package
pkg:composer/fomvasss/laravel-simple-taxonomy
1.6.0
2025-06-24 10:38 UTC
Requires
- php: >=7.4
- illuminate/database: ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- kalnoy/nestedset: ^5.0|^6.0
README
Create and manage taxonomy (terms) in Laravel App.
Installation
composer require fomvasss/laravel-simple-taxonomy
You can publish the migration, config, seeder with:
php artisan vendor:publish --provider="Fomvasss\SimpleTaxonomy\TaxonomyServiceProvider"
You can usage the config: configs/taxonomy.php
After publishing, you can create the terms table by running the migrations:
php artisan migrate
And edit & run seeder:
php artisan db:seed --class=TaxonomySeeder
Usage
License
The MIT License (MIT). Please see License File for more information.