clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Clockwork - php dev tools in your browser - server-side component

Results 125 clockwork issues
Sort by recently updated
recently updated
newest added

Greetings! In the past, I have been trying to get Clockwork to allow profiling a Slim application and couldn't get it to run. Since that app uses a fork of...

I'm using Laravel 10 + Sail. I wanted to use clockwork to help me do code profiling with xdebug, but I'm having issues setting everything up. I've added these two...

Heya! I've been running PHPStan on the sources and it found an interesting bit of code: ```php public function addModelAction($model, $action, $data = []) { $this->modelActions[] = [ ``` The...

I have clockwork registered in vanilla php and at the end of my script im running: ``` $clockwork->commandExecuted('test') ``` now when i run `php test.php` I can see the json...

Hello, Symfony appears to have changed various things so that Clockwork does not work out of the box. First thing I ran into was that stricter types are now required...

Hello! I noticed today that Laravel does not dispatch events when calling redis commands in Redis::pipeline(). So in my case where I use pipeline a lot to send GET commands...

I am receiving the error "Profile is not present for current request." in the Profiler tab in Clockwork despite Profiler showing as enabled in phpinfo() and the following code in...

Hey, on the clockwork website for about:blanker, how do you use it, im kind of confused

Starting using clockwork to get info on an old project, and I keep getting exceptions. ``` Call to undefined method PostgresQueryBuilder::getChanges() ``` Which is triggered by the Clockwork middleware. Updates...

Unable to open or expand array or object keys when the key starts with a numeric value (e.g., "123test") or a date format (e.g., "2023-10-31"). It seems that Clockwork might...