fomvasss/laravel-simple-taxonomy

Create and manage taxonomy (terms) in Laravel App

1.4.0 2023-09-25 06:31 UTC

This package is auto-updated.

Last update: 2024-04-20 17:02:36 UTC


README

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