thiagovictorino / laravel-rdcrm
This is a non-official package for Laravel to integrate with RDS-CRM (plugcrm)
v0.0.1
2020-04-01 17:52 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-29 06:11:46 UTC
README
This is a non-official package for Laravel to use RDStation CRM (plugcrm)
Installation
You can install the package via composer:
composer require thiagovictorino/laravel-rdcrm
Configuration
To create configuration file run:
php artisan vendor:publish --provider="Victorino\RdCrm\RdCrmServiceProvider"
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email thiagovictorino@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.