hamedsz/butylog

There is no license information available for the latest version (v1.0) of this package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

v1.0 2020-12-25 16:09 UTC

This package is auto-updated.

Last update: 2024-03-25 23:45:53 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