tomatophp / tomato-crm

full accounts manager with API/Notifications/Contacts to manage your contacts and accounts

Home Page:https://docs.tomatophp.com/plugins/tomato-crm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Tomato CRM

full accounts manager with API/Notifications/Contacts to manage your contacts and accounts

Installation

composer require tomatophp/tomato-crm

after install your package please run this command

php artisan tomato-crm:install

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="tomato-crm-config"

you can publish views file by use this command

php artisan vendor:publish --tag="tomato-crm-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="tomato-crm-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="tomato-crm-migrations"

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of this package on Docs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

full accounts manager with API/Notifications/Contacts to manage your contacts and accounts

https://docs.tomatophp.com/plugins/tomato-crm

License:MIT License


Languages

Language:PHP 81.0%Language:Blade 19.0%