rankfoundry/laravel-mailerlite

Laravel wrapper for MailerLite PHP SDK

1.0.1 2021-09-18 01:47 UTC

This package is auto-updated.

Last update: 2024-04-18 06:57:33 UTC


README

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