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

This package is not auto-updated.

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