fomvasss / laravel-simple-taxonomy
Create and manage taxonomy (terms) in Laravel App
Installs: 484
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-package
Requires
- php: >=7.4
- illuminate/database: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.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.