laravel-mailerlite maintained by rankfoundry
Description
Laravel wrapper for MailerLite PHP SDK
Author
Last update
2021/09/18 03:47
(dev-master)
License
Downloads
907
Tags
Laravel MailerLite Wrapper
A Laravel wrapper for MailerLite API.
Install
Via Composer
$ composer require rankfoundry/laravel-mailerlite
Configuration
Laravel MailerLite requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="RankFoundry\MailerLite\MailerLiteServiceProvider"
Add MAILERLITE_API_KEY= to your enviroment configuraiton file
Usage
See documention for params and others at MailerLite docs