PHP code example of exelero / activecampaign-laravel
1. Go to this page and download the library: Download exelero/activecampaign-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
exelero / activecampaign-laravel example snippets
return [
];
$activecampaign-laravel = new Exelero\ActiveCampaignLaravel();
echo $activecampaign-laravel->echoPhrase('Hello, Exelero!');
bash
php artisan vendor:publish --provider="Exelero\ActiveCampaignLaravel\ActiveCampaignLaravelServiceProvider" --tag="activecampaign-laravel-migrations"
php artisan migrate
bash
php artisan vendor:publish --provider="Exelero\ActiveCampaignLaravel\ActiveCampaignLaravelServiceProvider" --tag="activecampaign-laravel-config"