This is an unofficial Laravel service provider that helps you to integrate your Laravel app with Leadlovers
You can install the package via composer:
composer require thiagovictorino/laravel-leadlovers
// Usage description here
To create configuration file run:
php artisan vendor:publish --provider="Victorino\LeaderLovers\LeadLoversServiceProvider"
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.