riclep/nova-mailchimp-field

A Laravel Nova field for managing Mailchimp subscriptions.

Downloads

388

Stars

0

Version

0.0.4

This package has been archived

A Laravel Nova Field for Mailchimp subscriptions

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

RicLeP

Author

RicLeP