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

This package is auto-updated.

Last update: 2024-10-26 02:38:43 UTC


README

Latest Version on Packagist Total Downloads

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.