Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

pascalbaljetmedia/laravel-mail-null-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages