michelmelo/laravel-newsletter

Driver-based Newsletter provider for Laravel

v0.2.1 2020-03-03 17:27 UTC

This package is auto-updated.

Last update: 2024-03-23 14:40:46 UTC


README

Latest Version on Packagist Total Downloads

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.