hocza / laravel-mailerlite by hocza

Laravel 5+ Wrapper for MailerLite API
13,858
4
2
Package Data
Maintainer Username: hocza
Maintainer Contact: jozsef@hocza.com (Jozsef Hocza)
Package Create Date: 2017-07-13
Package Last Update: 2017-07-13
Home Page: http://hocza.com
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:14:10
Package Statistics
Total Downloads: 13,858
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 4
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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