thiagovictorino / laravel-leadlovers
This package is unofficial an helper to integrate you Laravel app with the Leadlovers platform.
v0.0.6
2020-03-25 16:57 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- orchestra/testbench: ^4.6
- phpunit/phpunit: ^9.0
README
This is an unofficial Laravel service provider that helps you to integrate your Laravel app with Leadlovers
Installation
You can install the package via composer:
composer require thiagovictorino/laravel-leadlovers
Usage
// Usage description here
Configuration
To create configuration file run:
php artisan vendor:publish --provider="Victorino\LeaderLovers\LeadLoversServiceProvider"
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.