clockwork
clockwork copied to clipboard
Clockwork - php dev tools in your browser - server-side component
would be great to have phpdocs for the most used methods which are required for integration with the host applications, e.g. - `resolveAsCommand` - `resolveAsQueueJob` at best we could have...
Absolutely love the way clockwork works! Would be really nice to expand the query information boxes with duplicates and n+1 problems to help developers spot these. Would that be possible?...
If you have binary data in your session both Firefox and Chrome extensions show it as 'null' in the Request section. I don't expect it to be actually displayed, but...
Installed clockwork, published the configuration file but the toolbar does not show up. Also installed the additional javascript library (npm install clockwork-browser) and have the browser extension as well (Chrome)....
Hello, When making query with entries.entry where model has hasMany relationship to other model and Entries model has two primary keys. I get error: ` array_key_exists(): The first argument should...
Hello, everyone! As it might be understandable from the subject, I have a global middleware that does abort(404) in some scenarios. Doesn't matter if the abortion is happening or not,...
I'm running multiple projects, each with it's own URL, but it seems that Clockwork is always using the url from first project I installed it on. So if I want...
I'm having trouble getting profiling and the toolbar working. I'm pretty sure the issue is with cookies. I have everything using the latest versions, Laravel 9 with PHP 8.1. 1....
I'm creating an events datasource and it works but I would like to display the listeners associated to the fired events. The listeners are stored correctly in the json: ```json...
This PR solve the ticket #676 by setting the correct handler in the existing `Clockwork\DataSource\MonologDataSource` by checking whether the `AbstractProcessingHandler:write` has a return type.