laravelir / newsletters by miladimos

laravel newsletters package
10
4
2
Package Data
Maintainer Username: miladimos
Maintainer Contact: miladimos@outlook.com (miladimos)
Package Create Date: 2021-08-23
Package Last Update: 2022-04-09
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 15:10:09
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0
  • 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