clockwork
clockwork copied to clipboard
Clockwork - php dev tools in your browser - server-side component
Hi! I cannot get Clockwork to parse the profiles, as per title I get: ``` Profile is not present for current request. Profiling requires the Xdebug php extension. ``` The...
This PR integrates PHPUnit: - Add PHPUnit 10 as a dev dependency. This implicitly bumps the PHP version required for development of Clockwork (not for regular use!) to 8.1, too....
Clockwork currently supports 7.1 - 8.4, so it should better work with them. This PR automates this task for every push.
I have the following pseudo code: ```php foreach($tenants as $tenant) { Artisan::call('command', ['--uid' => $tenant->id]); } ``` This seems to be calling `clock->storeRequest()` after each `Artisan::call()`, However what seems to...
#### Description When attempting to run tests with **PHPUnit 11** with the ClockworkExtension mentioned for PHPUnit 10, the tests fail due to a missing interface `PHPUnit\Event\Test\AssertionSucceededSubscriber`. The error message is...
PHP 8.3 Clockwork 5.3.* DB: PostgreSQL 14.3 (any with json operations) Prepare: ``` CREATE TABLE temp ( id INT PRIMARY KEY, json jsonb NOT NULL DEFAULT '{}' ); INSERT INTO...
After the update to 5.3.0 I'm unable to see the Tabs like "Log" or any information. Sorry, but I have no idea how to provide more information to help debuggin....
Hi, The Clockwork toolbar does not appear anywhere in my application. I'm using FilamentPHP as the admin panel, but the debug toolbar does not show on any page — including...
Hi, First, I think this is related to #747. I've been using Clockwork on a development app that I've been playing around with for a year or so. The app...