Download the PHP package manageitwa/laravel-mailtrap-driver without Composer
On this page you can find all versions of the php package manageitwa/laravel-mailtrap-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download manageitwa/laravel-mailtrap-driver
More information about manageitwa/laravel-mailtrap-driver
Files in manageitwa/laravel-mailtrap-driver
Download manageitwa/laravel-mailtrap-driver
More information about manageitwa/laravel-mailtrap-driver
Files in manageitwa/laravel-mailtrap-driver
Vendor manageitwa
Package laravel-mailtrap-driver
Short Description Provides email support for the Mailtrap.io Email Sending Service through API
License MIT
Package laravel-mailtrap-driver
Short Description Provides email support for the Mailtrap.io Email Sending Service through API
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mailtrap-driver
Mailtrap Driver for Laravel
This allows a Laravel v6.x install to use the Mailtrap.io sending service API for sending emails, since the official client does not support any version below Laravel 9.
Usage
Include in Composer:
The package should be discovered if you have Laravel package auto-discovery enabled. Otherwise, include the service provider in your app.providers
config:
Finally, ensure that you add the following to config/services.php
:
You may then set your mail.driver
to mailtrap
and you're away!
All versions of laravel-mailtrap-driver with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
illuminate/support Version ^6.0
illuminate/mail Version ^6.0
guzzlehttp/guzzle Version ^6.0|^7.0
illuminate/support Version ^6.0
illuminate/mail Version ^6.0
guzzlehttp/guzzle Version ^6.0|^7.0
The package manageitwa/laravel-mailtrap-driver contains the following files
Loading the files please wait ....