PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wedmak   Laravel Mail Logger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Mail Logger
Track messages sent by Laravel mail to act on them
Author: By
Last change:
Date: 6 years ago
Size: 563 bytes
 

Contents

Class file image Download
{ "name": "iwedmak/mail-log", "description": "Log emails in laravel 5", "keywords": ["laravel","illuminate","mail","maillog"], "license": "MIT", "authors": [ { "name": "iWedmak Om", "email": "iwedmak@gmail.com" } ], "require": { "php": ">=5.5.0", "illuminate/database": "5.*", "laravel/framework": "5.*" }, "autoload": { "classmap": [ "src/commands" ], "psr-4": { "iWedmak\\Mail\\": "src/Logger/" } } }