Download the PHP package beyondcode/helo-laravel without Composer
On this page you can find all versions of the php package beyondcode/helo-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beyondcode/helo-laravel
More information about beyondcode/helo-laravel
Files in beyondcode/helo-laravel
Package helo-laravel
Short Description HELO Laravel debug helper
License MIT
Homepage https://github.com/beyondcode/helo-laravel
Informations about the package helo-laravel
HELO Laravel
The helper package to add additional debug information from Laravel to your HELO mails.
Documentation
To install this package, require it via composer:
You can also publish the package configuration using:
This will create a config file called helo.php
with the following content:
Using the package
When the package is enabled in your Laravel application, all mailables that you send via your application will contain additional SMTP headers with debug information, that HELO will display in the UI. Please refer to the HELO documentation in order to setup your application to send mails to HELO.
Once HELO accepts emails from your application, you can try if the package works, using the built-in test command:
A test message should appear in your HELO UI containing additional debug information:
Changelog
Please see CHANGELOG for more information on what has changed recently.
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
- Marcel Pociot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of helo-laravel with dependencies
illuminate/console Version ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/mail Version ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/view Version ^8.0 || ^9.0 || ^10.0 || ^11.0