Looking to hire Laravel developers? Try LaraJobs

laravel-mailerlite maintained by rankfoundry

Description
Laravel wrapper for MailerLite PHP SDK
Last update
2021/09/18 03:47 (dev-master)
License
Downloads
907

Comments
comments powered by Disqus

Laravel MailerLite Wrapper

Latest Version on Packagist Total Downloads

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