This package provides a 'null' mail driver for Laravel 5.1-5.3. For Laravel 5.4 and higher, please use the array
driver.
You can install the package via composer:
composer require pbmedia/laravel-mail-null-driver
Add the service provider and facade to your app.php
config file:
// Laravel 5: config/app.php
'providers' => [
...
Pbmedia\MailNullDriver\MailNullDriverServiceProvider::class,
...
];
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.