tigerheck/laravel-mailerlite

Laravel wrapper for Mailerlite APIs

v0.0.6 2024-04-04 10:01 UTC

This package is auto-updated.

Last update: 2024-04-04 10:02:01 UTC


README

Latest Version on Packagist Total Downloads

A Laravel wrapper for MailerLite API.

Install

Via Composer

$ composer require tigerheck/laravel-mailerlite

Configuration

Laravel MailerLite requires connection configuration. To get started, you'll need to publish all vendor assets:

$ php artisan vendor:publish --provider="TigerHeck\MailerLite\MailerLiteServiceProvider"

add Your enviroment configuraiton file

MAILERLITE_API_KEY=

Usage

See documention for params and others at MailerLite docs