Skip to content

RankFoundry/laravel-mailerlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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