hocza/laravel-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
spatie/laravel-newsletter
Manage Mailcoach, MailChimp and MailerLite newsletters in Laravel
6,783,436
1,642
lacodix/laravel-scoped-mail-config
A package that enables user or tenant specific mail driver configuration.
2,243
1