Install Constant Contact in Laravel

To setup an option for newsletter signup with Constant Contact and Laravel Framework

  1. Install PHP5 Curl using the below command
    sudo apt-get install php5-curl
    
  2. Add the below code in composer.json
    "require": {
               "laravel/framework": "4.2.*",
               "curl/curl": "1.2.*",
               "constantcontact/constantcontact": "1.2.*"
    	},
    
  3. Run the below command to install constant contact in laravel
    composer update
    

     

 9,094 total views,  2 views today

1 Comment

  1. Hello my loved one! I want to say that this post
    is amazing, great written and come with approximately all important infos.

    I would like to look extra posts like this .

Leave a Reply

Your email address will not be published.