riclep / nova-mailchimp-field
A Laravel Nova field for managing Mailchimp subscriptions.
Installs: 438
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 15
Language:Vue
Requires
- php: >=7.1.0
- spatie/laravel-newsletter: ^4.2
- dev-master
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
This package is auto-updated.
Last update: 2022-12-10 18:10:17 UTC
README
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; }),