leeovery / laravel-newsletter
Driver-based Newsletter provider for Laravel
Requires
- php: ^7.4
- guzzlehttp/guzzle: ^6.3
- illuminate/mail: ^6.0|^7.0
- illuminate/support: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^8.5
README
Driver-based Newsletter provider for Laravel. Comes with a SendInBlue provider. PRs are welcome for more providers. Ill add more if I can find the time...
Installation
You can install the package via composer:
composer require leeovery/laravel-newsletter
If you want to use the SendInBlue provider then you need to install their SDK as well:
composer require sendinblue/api-v3-sdk
Publish the config file to setup your newsletter provider:
php artisan vendor:publish --provider="Leeovery\LaravelNewsletter\NewsletterServiceProvider" --tag="config"
Usage
// coming soon...
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@leeovery.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.