hocza / laravel-mailerlite
Laravel 5+ Wrapper for MailerLite API
Installs: 13 965
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- illuminate/support: ~5.0
- mailerlite/mailerlite-api-v2-php-sdk: ^0.2.1
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2024-11-17 13:47:41 UTC
README
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