pbmedia / laravel-mail-null-driver
This package is abandoned and no longer maintained.
No replacement package was suggested.
Adds a 'null' mail driver in Laravel.
0.1.0
2018-04-10 07:27 UTC
Requires
- php: >=5.6.4
- illuminate/mail: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
This package is not auto-updated.
Last update: 2020-01-29 00:48:41 UTC
README
This package provides a 'null' mail driver for Laravel 5.1-5.3. For Laravel 5.4 and higher, please use the array
driver.
Installation
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, ... ];
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email pascal@pascalbaljetmedia.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.