praveen/customlog

The custome Log package.

0.0.4 2017-07-19 12:11 UTC

This package is not auto-updated.

Last update: 2024-05-26 01:48:14 UTC


README

Create custom folder structure for the log files

Installation

Begin by installing this package through Composer.

{
    "require": {
		"praveen/customlog": "~0.0.4"
	}
}

Laravel Users

If you are a Laravel user, there is a service provider you can make use of to automatically prepare the bindings and such.

// app/config/app.php

'providers' => [
    Praveen\Customlog\CustomLogger::class,
];