hocza/laravel-mailerlite

Laravel 5+ Wrapper for MailerLite API
20,322 4
Install
composer require hocza/laravel-mailerlite
Latest Version:2.0.1
License:MIT
Last Updated:Jul 13, 2017
Links: GitHub  ·  Packagist
Maintainer: hocza

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:

Or you can still buy me a coffee :)

paypal at hocza.com

Related Packages

eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Larave...

75,562 63
clarification/sendgrid-laravel-driver

Sendgrid mail driver for Laravel

31,189 11
spatie/laravel-newsletter

Manage Mailcoach, MailChimp and MailerLite newsletters in Laravel

6,689,763 1,641
yozaz/laravel-swiftmailer

Laravel and SwiftMailer integration fix for Queued deamon workers

72,757 24
coconutcraig/laravel-postmark

Laravel package for sending mail via the Postmark API

3,309,603 217