dwebly / debugger
Internal debugging system for Dwebly microservices
    0.2.2
    2022-12-15 02:02 UTC
Requires
- google/cloud-logging: ^1.24
README
Dwebly debugger is a debugger and logging tools for Dwebly's microservice applications.
Requirements
Dwebly debugger requires google/cloud-logging ^1.24 to run.
Installation
Install package
composer require dwebly/debugger
To enable logging to Google Cloud Logging:
Register Middleware in app\Http\Kernel.php
protected $middleware = [
    ...
    \Dwebly\Debugger\Middleware\LoggingRequest::class,
    ...
];
License
proprietary