LaravelPackages.net
Acme Inc.
Toggle sidebar
hocza/laravel-mailerlite

Laravel 5+ Wrapper for MailerLite API

20.539
4
2.0.1
About hocza/laravel-mailerlite

hocza/laravel-mailerlite is a Laravel package for laravel 5+ wrapper for mailerlite api. It currently has 4 GitHub stars and 20.539 downloads on Packagist (latest version 2.0.1). Install it with composer require hocza/laravel-mailerlite. Discover more Laravel packages by hocza or browse all Laravel packages to compare alternatives.

Last updated

MailerLite

Laravel <3 MailerLite

A Laravel 5+ wrapper package for MailerLite API

Installation

composer require "hocza/laravel-mailerlite:2.*"

Add the following settings to the config/app.php

Service provider:

'providers' => [
	...
	'Hocza\MailerLite\PackageServiceProvider',
]

For the MailerLite:: facade

'aliases' => [
	...
	'MailerLite' => 'Hocza\MailerLite\Facades\MailerLite',
]

Configuration

Just put MAILERLITE_API_KEY= into your .env file

On the other hand you can always publish that really small config with

php artisan vendor:publish --provider="Hocza\MailerLite\PackageServiceProvider"

If you would like to be nice

Register with this link if you do not already have an account with MailerLite:

MailerLite Email Marketing for Small Business

Or you can still buy me a coffee :)

paypal at hocza.com

Comments