Skip to content

TheMakeryStudio/eloquent-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquent Logger

An Eloquent driver for Laravel's implementation of Monolog. With this library, you can use Laravel's native logging functionality with any Eloquent-compatible datastore, rather than the standard stream handler that writes plain-text logs to the storage/logs directory.

Configuration