Reputation: 11
Trying to add an opt-in field in the subscription form of my Laravel 4 website which will add the first name, last name and email of the person who subscribes to my Mailchimp mailing list.
Anyone knows a good tutorial for this?
Upvotes: 1
Views: 94
Reputation: 2281
You could try this by Jeff Mould, its a little bit old. http://www.jeffmould.com/2013/11/13/how-to-setup-the-mailchimp-api-with-laravel-4/
He uses this package for laravel https://github.com/hugofirth/laravel-mailchimp
Upvotes: 1