laravelir/newsletters

laravel newsletters package

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

pkg:composer/laravelir/newsletters

v0.1.0 2021-10-15 23:26 UTC

This package is auto-updated.

Last update: 2025-09-08 14:39:06 UTC


README

  • 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