laravelir/newsletters

laravel newsletters package
17 4
Install
composer require laravelir/newsletters
Latest Version:v0.1.0
PHP:>=7.4|^8.0
License:MIT
Last Updated:Aug 8, 2025
Links: GitHub  ·  Packagist
Maintainer: miladimos
  • Starts
  • Forks

Laravel newsletter subscription system

a powerfull newsletter subscription system for laravel

Installation

  1. Run the command below to install this package:
composer require laravelir/newsletters
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Newsletters\Providers\NewslettersServiceProvider::class,
  1. Run the command below to publish the package config file laravelir/package.php:
php artisan laravelir:newsletters