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

Hello, This pull request add collect transaction event like this: ![Screenshot 2024-05-22 at 22 12 05](https://github.com/itsgoingd/clockwork/assets/43547296/b7028236-0030-41c3-b70c-cf37f691e39d) The reason I do it - It makes it easier for me to debug...

Hello, I see there are plenty of logs that I was generating in storage/clockwork, but can't find any way to load any of them. Default web interface loads "latest" and...

There is an issue when using Redis storage but without authentication ![image](https://github.com/user-attachments/assets/7c4b1966-0201-42e6-9c3b-9b62a192c342) ``` A PHP Error was encountered Severity: Warning Message: Redis::auth(): When passing an array as auth it must...

Right now Im using inside the composer.json this kind dependency to download it: ```json "require": { "php": "^8.3", "itsgoingd/clockwork": "dev-master@dev", ```

With the latest version of Clockwork and PhpUnit 10, when I try to collect data from a test, I get: `Fatal error: Cannot override final method PHPUnit\Framework\Assert::assertThat() in vendor/itsgoingd/clockwork/Clockwork/Support/Laravel/Tests/UsesClockwork.php on...

hi, i dont think this is an issue of clockwork itself, but some of you might give me a hint to prevent it from happening. couple of weeks ago i...

Hello! I want to use the toolbar but, it cannot be "minimized" like Laravel debugbar and I'm using inertia and it is not updating when navigating to different pages.

filter module should enable user to filter - by request method (example: GET, POST, PUT, etc) - by response http code (example: 500, 404, 401, etc) ![image](https://github.com/user-attachments/assets/ed4f1a3a-81a6-41c9-9763-c8fd44cab4c8)

Response can be null (connection issues etc.), then this line throws exception: `Fix Call to a member function getBody() on null` This PR adds an extra check that the response...

Hi, I'm currently trying to apply an `only` filter using the pattern `'/v1*'` for incoming requests, but it's not working as expected. After some investigation, I discovered that the `uri`...