pbmedia/laravel-mail-null-driver

Adds a 'null' mail driver in Laravel.


Keywords
mail, laravel
License
MIT

Documentation

Laravel Mail Null Driver [WIP!]

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

This package provides a 'null' mail driver for Laravel 5.1 and higher.

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.