Laravel Mail Null Driver
, (*1)
This package provides a 'null' mail driver for Laravel 5.1-5.3. For Laravel 5.4 and higher, please use the array driver., (*2)
Installation
You can install the package via composer:, (*3)
``` bash
composer require pbmedia/laravel-mail-null-driver, (*4)
Add the service provider and facade to your ```app.php``` config file:
``` php
// Laravel 5: config/app.php
'providers' => [
...
Pbmedia\MailNullDriver\MailNullDriverServiceProvider::class,
...
];
Testing
bash
$ composer test, (*5)
Contributing
Please see CONTRIBUTING for details., (*6)
Security
If you discover any security related issues, please email pascal@pascalbaljetmedia.com instead of using the issue tracker., (*7)
Credits
License
The MIT License (MIT). Please see License File for more information., (*8)