A Laravel Nova tool that integrate with MailChimp to add/edit subscribe and send email messages.
naif/mailchimp-tool is a Laravel package for a laravel nova tool that integrate with mailchimp to add/edit subscribe and send email messages..
It currently has 13 GitHub stars and 576 downloads on Packagist (latest version v1.0).
Install it with composer require naif/mailchimp-tool.
Discover more Laravel packages by naif
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Nova tool that integrate with MailChimp to:
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/mailchimp-tool
Add the below to app/Providers/NovaServiceProvder.php
public function tools()
{
return [
new MailchimpTool()
];
}
Create an account with MailChimp:
Then add the below to your .env file
NOVA_MAILCHIMP_API_KEY=xxxxxxxxxxxxxxxxx-us19
NOVA_MAILCHIMP_LIST_ID=xxxxxx
NOVA_MAILCHIMP_TEMPLATE_ID=12345
NOVA_MAILCHIMP_FROM_NAME=Name
NOVA_MAILCHIMP_FROM_EMAIL=email@email.com
There is an issue with the tinymce editor Vue package icons are not showing probably.

To Fix this, copy the (fonts) folder to your Laravel project main directory as the full path as below:
"/public/fonts/vendor/tinymce/skins/lightgray"
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.