laravel-mailerlite maintained by tigerheck
Description
Laravel wrapper for Mailerlite APIs
Author
Last update
2024/04/04 12:01
(dev-master)
License
Downloads
211
Tags
Laravel MailerLite Wrapper
A Laravel wrapper for MailerLite API.
Install
Via Composer
$ composer require tigerheck/laravel-mailerlite
Configuration
Laravel MailerLite requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="TigerHeck\MailerLite\MailerLiteServiceProvider"
add Your enviroment configuraiton file
MAILERLITE_API_KEY=
Usage
See documention for params and others at MailerLite docs