laravel-simple-taxonomy maintained by fomvasss
Description
Create and manage taxonomy (terms) in Laravel App
Author
Last update
2025/06/24 12:38
(1.x-dev)
License
Downloads
1 007
Tags
Manage taxonomy inside your Laravel app
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.