👨💼
Tomato CRM
manage category/tags/types for any model with splade/tomato PHP

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