clockwork
clockwork copied to clipboard
Clockwork - php dev tools in your browser - server-side component
System: Lumen with swoole .env: ``` CLOCKWORK_ENABLE = false CLOCKWORK_DATABASE_COLLECT_MODELS_RETRIEVED = false CLOCKWORK_DATABASE_SLOW_THRESHOLD = 50 #null CLOCKWORK_DATABASE_DETECT_DUPLICATE_QUERIES = true CLOCKWORK_ROUTES_ENABLED = true CLOCKWORK_WEB = true CLOCKWORK_TOOLBAR = false CLOCKWORK_REQUESTS_SLOW_THRESHOLD =...
I can't see response which is being sent by the API in the logs and debugging. Is there any way I can get it? 
Heya! This should be the final PR to easily support Slim (or any PSR-compatible framework) out of the box. This allows setting the installation path for the web UI files...
Hello Team, This pull request addresses a limitation in Clockwork where the domains considered as ‘local’ were hard-coded. This enhancement introduces configurable local domains, allowing Clockwork to be more adaptable...
Changed argument type in method write() $record was an array, now it requires LogRecord object, in level property stored the numeric representation of level (100, 200 etc). Will use getName()...
I installed Clockwork as a dev dependency and my whole app errored out with: `array_key_exists(): Argument #1 ($key) must be a valid array offset type` I uninstalled Clockwork and everything...
In file https://github.com/itsgoingd/clockwork/blob/743aee4f29ec7773a05562865aa8a7655d25a868/Clockwork/Support/Vanilla/iframe.html.php#L16 attached an svg $asset('img/icons/safari-pinned-tab.svg') and $asset('img/icons/msapplication-icon-144x144.png') but in project is no such files. How does it works?
Hey there! I stuck in problem with enabling Profiler. Help me please to understand what I am missing here. The output of `php --ini`: ``` Configuration File (php.ini) Path: /opt/homebrew/etc/php/8.3...
We have converted a legacy project to Laravel and still have many vanilla DB fetches. We created a wrapper above PDOStatement to log all queries, excluding those made by Laravel's...
Add PHPDoc to help static analysers (incl. IDE)  (on this screenshot PHPStorm understands that clock() will return \Clockwork\Clockwork instance)