hamedsz / butylog
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
This package is auto-updated.
Last update: 2025-04-26 02:00:25 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