its

Results 176 comments of its

Hey, with the trigger option, you should be able to control whether Xdebug profiler is enabled by clicking on the enable button or checkbox in the Clockwork app. You can...

Hey, you can find installation instructions for vanilla apps on the Clockwork website - https://underground.works/clockwork/#docs-installation-vanilla

Hey, I wrote some very suspect php code and implemented a new Clockwork extension for PHPUnit 10. I would appreciate if you could try it out, since I don't have...

@walterdis Yeah, adding the PHPUnit extension and setting `CLOCKWORK_TESTS_COLLECT=true` should work. If it doesn't work, can you try updating to the latest master?

Hey, thanks for the detailed report. Unfortunately I think this is a sort-of limitation of how dump works. Looks like dump immediately sends the output to the browser, this means...

Yeah, it is technically possible, there is no nice Laravel way to set the headers at the right time, but you could just use the underlying `header` php function at...

Hey, sure, I don't see why not. Would you like to make a PR?

Hey, unfortunately we don't support Swoole directly beyond Laravel Octane. I'll leave this open for a bit if someone else has a solution.