laravelir / newsletters
laravel newsletters package
Fund package maintenance!
idpay.ir/laravelir
v0.1.0
2021-10-15 23:26 UTC
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2024-11-09 06:33:04 UTC
README
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