mibu / laravel-simple-newsletter
A simple Laravel package to save verified user email addresses to your database - a first party solution where you have full control over the data you collect.
dev-develop
2023-10-26 10:58 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
Requires (Dev)
- fakerphp/faker: ^1.21
- friendsofphp/php-cs-fixer: ^3.13
- orchestra/testbench: ^8.13
- phpstan/phpstan: ^1.9
- phpstan/phpstan-strict-rules: ^1.4
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-26 13:07:53 UTC
README
[!WARNING] This package is currently in development and is not ready for production use. [!WARNING]
About
A simple Laravel package to save verified user email addresses to your database - a first party solution where you have full control over the data you collect.
- Double opt-in (consent)
- One click unsubscribe
- Automatic deletion of stale unverified subscribers
- Customisable
Installation
composer require mibu/laravel-simple-newsletter:dev-develop
php artisan vendor:publish --tag=newsletter-install
php artisan migrate
You can optionally publish the following if you wish to override the defaults.
Config
php artisan vendor:publish --tag=newsletter-config
Translations
php artisan vendor:publish --tag=newsletter-lang
Views
php artisan vendor:publish --tag=newsletter-views
Documentation
WIP
Security
Please do not report security related issues publicly.