Recommend this page to a friend! |
Classes of Naif Alshaye | Laravel Nova PHP Mailchimp Send Email | README.md | Download |
|
DownloadNova MailChimp ToolA Laravel Nova tool that integrate with MailChimp to:
Installation:You can install the package in to a Laravel app that uses Nova via composer:
Usage:Add the below to app/Providers/NovaServiceProvder.php
Pre RequirementsCreate an account with MailChimp: - Get your api key - Create a list and get it's ID - Create a template with Variable Content Area and must name it "eventmessage" Then add the below to your .env file
Screenshots<img src="https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/logo.png" width="900"> There is an issue with the tinymce editor Vue package icons are not showing probably. <img src="https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image3.png" width="700"> 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" <img src="https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image4.png" width="700"> CreditsSupport:naif@naif.io https://www.linkedin.com/in/naif License:The MIT License (MIT). Please see License File for more information. |