Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Mailgun Newsletter

This package is possibly abandoned. Please proceed with care.

Installation Instructions

You can install the nova tool in to a Laravel app that uses Nova via composer:


composer require pomirleanu/nova-mailgun-newsletter

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
   return [
        // ...
        new MailgunNewsletter,
    );
}

Set in .env file:

#----------------------
# MAILGUN API
#----------------------
MAILGUN_DOMAIN=
MAILGUN_SECRET=

Usage
Click on the "Newsletter" menu item in your Nova app to see the backup tool.

Readme

Readme not found. Refer to the project website: https://github.com/pomirleanu/nova-mailgun-newsletter

Back to Top
Added 1 year ago

This package should be on the Packagist API but we're not getting any results.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas