A Laravel wrapper for MailerLite API.
Via Composer
$ composer require rankfoundry/laravel-mailerliteLaravel 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
See documention for params and others at MailerLite docs