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 not found. Refer to the project website: https://github.com/pomirleanu/nova-mailgun-newsletter
| 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.