An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Screenshot](https://github.com/tomatophp/tomato-crm/blob/master/art/screenshot.png)

# 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.