Download the PHP package adaptivemedia/laravel-email-queue-checker without Composer
On this page you can find all versions of the php package adaptivemedia/laravel-email-queue-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adaptivemedia/laravel-email-queue-checker
More information about adaptivemedia/laravel-email-queue-checker
Files in adaptivemedia/laravel-email-queue-checker
Package laravel-email-queue-checker
Short Description Will check that your applications email queue is working properly
License MIT
Homepage https://github.com/adaptivemedia/laravel-email-queue-checker
Informations about the package laravel-email-queue-checker
Email queue checker for Laravel projects to verify that your email queue is running
In many projects there's an email queue that is responsible for sending emails. To make sure that the email queue is running, this package will add an email to the queue so it will be sent to a central system that receives the email and confirms that the queue is up and running. This package requires Laravel, at least version 5.2.
Installation
You can install the package via composer:
Add the service provider
If you're on Laravel 5.5, this package will be registered automatically via Laravels Package Discovery
Add console command to Kernel
Add a scheduling event to the command
Publish the config and edit it
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Adaptivemedia
- All Contributors
About Adaptivemedia
Adaptivemedia is a web development agency based in Stockholm, Sweden. Check out our website at here.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-email-queue-checker with dependencies
illuminate/console Version ^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0