praveen / customlog
The custome Log package.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/praveen/customlog
Requires
- php: >=5.6.4
- illuminate/contracts: 5.4.*
- illuminate/support: 5.4.*
- monolog/monolog: ~1.11
This package is not auto-updated.
Last update: 2025-10-26 09:04:08 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, ];