Looking to hire Laravel developers? Try LaraJobs

laravel-mail-null-driver maintained by pbmedia

Description
Adds a 'null' mail driver in Laravel.
Author
Last update
2018/09/07 09:44 (dev-master)
License
Downloads
12
Tags

Comments
comments powered by Disqus

Laravel Mail Null Driver

Latest Version on Packagist Software License Build Status Quality Score Total Downloads

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.