Download the PHP package huserg/laravel-expiration-mailer without Composer
On this page you can find all versions of the php package huserg/laravel-expiration-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download huserg/laravel-expiration-mailer
More information about huserg/laravel-expiration-mailer
Files in huserg/laravel-expiration-mailer
Package laravel-expiration-mailer
Short Description A simple package to implement a simple expiration mail notification for secrets or other reminders
License MIT
Homepage https://github.com/huserg/laravel-expiration-mailer
Informations about the package laravel-expiration-mailer
Laravel Expiration Mailer
This repo is a Laravel package to send an email to users when a secret or any value is about to expire.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Configure your route in routes/web.php
To override default 30 and 14 days schedule, add this to your app/Console/Kernel.php
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- :author_name
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-expiration-mailer with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0