https://github.com/tomatophp/tomato-crm
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
https://github.com/tomatophp/tomato-crm
accounts api crm laravel splade tomato
Last synced: 4 months ago
JSON representation
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
- Host: GitHub
- URL: https://github.com/tomatophp/tomato-crm
- Owner: tomatophp
- License: mit
- Created: 2023-02-13T12:13:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T16:01:21.000Z (over 1 year ago)
- Last Synced: 2025-06-09T10:36:40.034Z (4 months ago)
- Topics: accounts, api, crm, laravel, splade, tomato
- Language: PHP
- Homepage: https://docs.tomatophp.com/plugins/tomato-crm
- Size: 216 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# Tomato CRM
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
## Installation
```bash
composer require tomatophp/tomato-crm
```
after install your package please run this command```bash
php artisan tomato-crm:install
```## Publish Assets
you can publish config file by use this command
```bash
php artisan vendor:publish --tag="tomato-crm-config"
```you can publish views file by use this command
```bash
php artisan vendor:publish --tag="tomato-crm-views"
```you can publish languages file by use this command
```bash
php artisan vendor:publish --tag="tomato-crm-lang"
```you can publish migrations file by use this command
```bash
php artisan vendor:publish --tag="tomato-crm-migrations"
```## Support
you can join our discord server to get support [TomatoPHP](https://discord.gg/VZc8nBJ3ZU)
## Docs
you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/tomato-crm)
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security
Please see [SECURITY](SECURITY.md) for more information about security.
## Credits
- [Fady Mondy](https://www.github.com/3x1io)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.