riclep/nova-mailchimp-field

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Nova field for managing Mailchimp subscriptions.


README

Latest Version on Packagist Total Downloads

Introduction

This package creates a new field that allows Users to manage their Mailchimp subscription preferences. It has basic support for Mailchimp Groups allowing Users to select their interests.

Installation

You can install this Laravel Nova field via composer:

composer require riclep/nova-mailchimp-field

It uses the Spatie newsletter package, so after installing ensure this has been set up correctly.

// in your Nova Resource

NovaMailchimpField::make('Newsletter')->withMeta(['emailAddress' => $this->email])->fillUsing(function() {
	return;
}),

Screenshots

alt text

alt text