To setup an option for newsletter signup with Constant Contact and Laravel Framework
- Install PHP5 Curl using the below command
sudo apt-get install php5-curl
- Add the below code in composer.json
"require": { "laravel/framework": "4.2.*", "curl/curl": "1.2.*", "constantcontact/constantcontact": "1.2.*" },
- Run the below command to install constant contact in laravel
composer update
9,372 total views, 1 views today