cendekia/nova-email-subscribers

Email Subscribers is a tool that needs for blogger, markerter and website owner to build a list of subscribers

v0.0.1 2018-09-28 10:03 UTC

This package is auto-updated.

Last update: 2024-04-29 03:21:37 UTC


README

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

Email Subscribers is a tool that needs for blogger, markerter and website owner to manage a list of their subscribers.

Screenshot

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.