2017 © Pedro Peláez
 

library laravel-mail-logger

Enable debugging/logging communication with mail servers for Laravel 5.*

image

oprudkyi/laravel-mail-logger

Enable debugging/logging communication with mail servers for Laravel 5.*

  • Friday, March 17, 2017
  • by oprudkyi
  • Repository
  • 1 Watchers
  • 3 Stars
  • 377 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

oprudkyi/laravel-mail-logger is a PHP package built for Laravel 5 to easily debug mails during the process of sending and to redirect debug info into log. It's built as simple wrapper over Swift_Plugins_Logger., (*1)

Latest Stable Version Total Downloads License, (*2)

About

  • uses Log::info() for logging
  • enable/disable via .env

Installation

This project can be installed via Composer. To get the latest version of Laravel Mail Logger, simply add the following line to the require block of your composer.json file:, (*3)

{
    "require": {
            "oprudkyi/laravel-mail-logger": "^1.0"
    }

}

You'll then need to run composer install or composer update to download the package and have the autoloader updated., (*4)

Or run the following command:, (*5)

"composer require oprudkyi/laravel-mail-logger"

Add the Service Provider

Once Laravel Mail Logger is installed, you need to register the service provider., (*6)

Open up config/app.php and add the following to the providers key:, (*7)

  • Oprudkyi\LaravelMailLogger\MailLoggerServiceProvider::class,

Configuration

Open up .env and add the following key:, (*8)

SWIFT_MAIL_LOG=true

Contribute

This package is (yet) under development and refactoring but is ready for production. Please, feel free to comment, contribute and help. I will be happy to get some help to deliver tests., (*9)

License

Laravel Mail Logger is licensed under The MIT License (MIT)., (*10)

The Versions

17/03 2017

dev-master

9999999-dev

Enable debugging/logging communication with mail servers for Laravel 5.*

  Sources   Download

MIT

The Requires

 

by Oleksii Prudkyi

laravel debug log email swiftmailer

17/03 2017

v1.0.3

1.0.3.0

Enable debugging/logging communication with mail servers for Laravel 5.*

  Sources   Download

MIT

The Requires

 

by Oleksii Prudkyi

laravel debug log email swiftmailer

22/10 2016

v1.0.2

1.0.2.0

Enable debugging/logging communication with mail servers for Laravel 5.*

  Sources   Download

MIT

The Requires

 

by Oleksii Prudkyi

laravel debug log email swiftmailer

15/08 2016

v1.0.1

1.0.1.0

Enable debugging/logging communication with mail servers for Laravel 5.*

  Sources   Download

MIT

The Requires

 

by Oleksii Prudkyi

laravel debug log email swiftmailer

22/04 2016

v1.0.0

1.0.0.0

Enable debugging/logging communication with mail servers for Laravel 5.*

  Sources   Download

MIT

The Requires

 

by Oleksii Prudkyi

laravel debug log email swiftmailer