fomvasss/laravel-simple-taxonomy

Create and manage taxonomy (terms) in Laravel App
1,537
Install
composer require fomvasss/laravel-simple-taxonomy
Latest Version:1.7.0
PHP:>=7.4
License:MIT
Last Updated:May 2, 2026
Links: GitHub  ·  Packagist
Maintainer: fomvasss

Manage taxonomy inside your Laravel app

License Build Status Latest Stable Version Total Downloads Quality Score

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
kun391/laravel-categories

Package categories with with trees

19 4
wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and...

10,264 21