newsletters maintained by laravelir
Description
laravel newsletters package
Author
Last update
2025/08/08 16:34
(dev-master)
License
Downloads
17
Tags
Laravel newsletter subscription system
a powerfull newsletter subscription system for laravel
Installation
- Run the command below to install this package:
composer require laravelir/newsletters
- Open your config/app.php and add the following to the providers array:
Laravelir\Newsletters\Providers\NewslettersServiceProvider::class,
- Run the command below to publish the package config file laravelir/package.php:
php artisan laravelir:newsletters