🔷
Tomato Category
manage category/tags/types for any model with splade/tomato PHP

composer require tomatophp/tomato-category
after installing your package please run this command
php artisan tomato-categories:install
you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-category-config"
you can publish views file by using this command
php artisan vendor:publish --tag="tomato-category-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-category-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-category-migrations"
Last modified 3mo ago