/playz-infusionsoft-integration

Laravel 5 package for InfusionSoft Integration

Primary LanguagePHP

playz-infusionsoft-integration

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 the providers array:
Agencymates\Playz\PlayzServiceProvider::class
  • Run the command below to publish the package config file config/entrust.php:
php artisan vendor:publish