2017 © Pedro Peláez
 

library laravel-mail-null-driver

Adds a 'null' mail driver in Laravel.

image

pbmedia/laravel-mail-null-driver

Adds a 'null' mail driver in Laravel.

  • Tuesday, April 10, 2018
  • by collicore
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Mail Null Driver

Latest Version on Packagist Software License Build Status Quality Score Total Downloads, (*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)

The Versions

10/04 2018

dev-master

9999999-dev https://github.com/pascalbaljetmedia/laravel-mail-null-driver

Adds a 'null' mail driver in Laravel.

  Sources   Download

MIT

The Requires

 

laravel mail

10/04 2018

0.1.0

0.1.0.0 https://github.com/pascalbaljetmedia/laravel-mail-null-driver

Adds a 'null' mail driver in Laravel.

  Sources   Download

MIT

The Requires

 

laravel mail