cendekia/nova-email-subscribers
Composer 安装命令:
composer require cendekia/nova-email-subscribers
包简介
Email Subscribers is a tool that needs for blogger, markerter and website owner to build a list of subscribers
README 文档
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.
统计信息
- 总下载量: 121
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-28