contrive / playz-infusionsoft-integration
There is no license information available for the latest version (v1.4) of this package.
v1.4
2018-01-03 11:07 UTC
Requires
- infusionsoft/php-sdk: ^1.3
This package is not auto-updated.
Last update: 2025-03-30 07:16:05 UTC
README
Installation
- In order to install the package use the following command
composer require contrive/playz-infusionsoft-integration
- Open your
config/app.php
and add the following to theproviders
array:
Agencymates\Playz\PlayzServiceProvider::class
- Run the command below to publish the package config file
config/entrust.php
:
php artisan vendor:publish