fomvasss/laravel-simple-taxonomy
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.
Links
Related Packages
lecturize/laravel-taxonomies
Simple, nestable Terms & Taxonomies (similar to WordPress) for Laravel 5.
10,708
103
myerscode/laravel-taxonomies
A package for creating taxonomies and terms to categorise Eloquent models
5,977
9
wsmallnews/filament-nestedset
Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and...
10,264
21