hamedsz / butylog
There is no license information available for the latest version (v1.0) of this package.
v1.0
2020-12-25 16:09 UTC
This package is auto-updated.
Last update: 2026-02-26 04:05:45 UTC
README
Installation
Install the package from composer
$ composer install hamedsz/butylog
add this code to ur env file...
BUTYLOG=true
add this line of code to ur app.php file in providers array in config folder...
\hamedsz\butylog\AppServiceProvider::class
How to use?
in your controllers you can call ButyLog::log static method to log ur data
ButyLog::log("this is title" , $some_variable);
How to see logs?
for watch system logs u can use this url:
http://{APP_URL}/butylogs