diff --git a/src/.env.example b/src/.env.example index a46bfe5..2f05615 100644 --- a/src/.env.example +++ b/src/.env.example @@ -19,6 +19,12 @@ LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug +LOG_QUERY_ENABLED=true +LOG_HTTP_REQUEST_ENABLED=true +LOG_HTTP_RESPONSE_ENABLED=true +LOG_HTTP_CLIENT_REQUEST_ENABLED=true +LOG_HTTP_CLIENT_RESPONSE_ENABLED=true + DB_CONNECTION=mysql DB_HOST=db DB_PORT=3306 diff --git a/src/composer.json b/src/composer.json index 36e76da..ae08e2d 100644 --- a/src/composer.json +++ b/src/composer.json @@ -19,7 +19,8 @@ "nunomaduro/collision": "^8.1", "nunomaduro/phpinsights": "^2.11", "pestphp/pest": "^2.34", - "spatie/laravel-ignition": "^2.7" + "spatie/laravel-ignition": "^2.7", + "ucan-lab/laravel-blink-logger": "^2.0" }, "autoload": { "psr-4": { diff --git a/src/composer.lock b/src/composer.lock index d49266e..bce2812 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e63a3608db893c8a8ca5e3561fa895b0", + "content-hash": "32acf1623da83f810883d97b58d032f9", "packages": [ { "name": "brick/math", @@ -11042,6 +11042,62 @@ } ], "time": "2024-03-03T12:36:25+00:00" + }, + { + "name": "ucan-lab/laravel-blink-logger", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/ucan-lab/laravel-blink-logger.git", + "reference": "f5e00aad55267b4bdba3f0999b72c162632bd03f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ucan-lab/laravel-blink-logger/zipball/f5e00aad55267b4bdba3f0999b72c162632bd03f", + "reference": "f5e00aad55267b4bdba3f0999b72c162632bd03f", + "shasum": "" + }, + "require": { + "laravel/framework": "^10.15|^11.0", + "php": "^8.1" + }, + "require-dev": { + "laravel/pint": "^1.15" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelBlinkLogger\\Providers\\LaravelBlinkLoggerServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelBlinkLogger\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "ucan-lab", + "email": "35098175+ucan-lab@users.noreply.github.com" + } + ], + "description": "Comprehensive Logging Tool for Laravel.", + "keywords": [ + "laravel", + "logger", + "php" + ], + "support": { + "issues": "https://github.com/ucan-lab/laravel-blink-logger/issues", + "source": "https://github.com/ucan-lab/laravel-blink-logger/tree/v2.0.0" + }, + "time": "2024-05-03T15:12:48+00:00" } ], "aliases": [],