adamcmoore/laravel-newsletter-emailoctopus
最新稳定版本:0.1
Composer 安装命令:
composer require adamcmoore/laravel-newsletter-emailoctopus
包简介
EmailOctopus Driver for Spatie Laravel Newsletter
README 文档
README
Installation
composer require adamcmoore/laravel-newsletter-emailoctopus
Usage
This package is a driver for Spatie Newsletter.
To use this driver set your config/newsletter.php to include the below:
<?php return [ 'driver' => AcMoore\LaravelNewsletter\Drivers\EmailOctopusDriver::class, 'driver_arguments' => [ 'api_key' => env('EMAIL_OCTOPUS_API_KEY'), ], 'default_list_name' => 'default', 'lists' => [ 'default' => [ 'id' => env('EMAIL_OCTOPUS_LIST_ID'), ], ], ];
Documentation for full usage can be found on the Spatie Newsletter GitHub page.
Testing
Clone tests/.env.example to tests/.env and set the required config values.
For all tests to pass you should ensure your testing list has Double opt-in enabled.
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-19