cendekia / nova-email-subscribers
Email Subscribers is a tool that needs for blogger, markerter and website owner to build a list of subscribers
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-29 04:20:15 UTC
README
Email Subscribers is a tool that needs for blogger, markerter and website owner to manage a list of their subscribers.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require cendekia/nova-email-subscribers
And publish the migration file then migrate:
php artisan vendor:publish --tag=email-subscribers ... php artisan migrate
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvider.php // ... public function tools() { return [ // ... new \Cendekia\EmailSubscribers\EmailSubscribers, ]; }
Usage
Click on the "Subscribers" menu item in your Nova app to see the tool provided by this package.
Finished features:
- subcribers list
- confirmed subscribers metric card
- total subscribers metric card
Todo features:
- newsletter feature
- email template manager
- support with email marketing tools, i.e MailChimp
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@cendekiapp.com instead of using the issue tracker.
Credits
Support us
Buy me a cup of ☕ americano on the rocks. Patreon
License
The MIT License (MIT). Please see License File for more information.