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

Hi, Is there a way to add other indicators? for example Laravel Version, PHP Version look at these links [barryvdh/laravel-debugbar/LaravelCollector.php#L31-L33](https://github.com/barryvdh/laravel-debugbar/blob/b7362410434d7f1155e0729e3a75c83384d3b699/src/DataCollector/LaravelCollector.php#L31-L33) [maximebf/php-debugbar/PhpInfoCollector.php#L32-L33](https://github.com/maximebf/php-debugbar/blob/27b3c2f2340d429e466d42ebcd47034bf3cd1850/src/DebugBar/DataCollector/PhpInfoCollector.php#L32-L33)

Tested with laravel. Steps to reproduce: 1. Make sure clockwork-browser scripts are loaded and the toolbar is enabled - refresh the site so cookie is sent 2. Disable both toolbar...

Here I am, the person who has to request a self-hosted solution for anything that relies on a 3rd party ^^ The feature I'd like to request is to allow...

Hello, We are collecting all Clockwork's json files thanks to filebeat and we push them to ElasticSearch. It allows us to use Graylog for consulting all what we have collected...

I am trying to add clockwork in vanilla php application. so trying to add in a just index.php file. but it does not show any data to the browser extension...

I have an error with the following: On line 428 it checks if the response is an instance of a Illuminate\Http\Response making all responses that are Illuminate\Http\JsonResponse fail. Could this...

There doesn't seem to be any instructions for setting up Clockwork with Laravel Apps running on docker. Can you add them?

I am using Lando for development (it is just an abstraction layer for Docker with docker-compose) on Linux Mint 21.1. In Lando/Docker containers, I have my Laravel project. I installed...

Attempting to run a test with PHPUnit 10 (or Pest 2) which has the `UsesClockwork` trait causes the test to fail with the following message: ``` PHP Fatal error: Cannot...

Hi! Please, do you can change the default scrollbar? ![MaRhtNuJM6](https://user-images.githubusercontent.com/12519008/229172759-b639782c-7f90-4cfc-964d-ad82af6abde4.png) Something like this: ![image](https://user-images.githubusercontent.com/12519008/229173718-9c957204-d9cc-44fc-a9cf-610054509415.png) ```css ::-webkit-scrollbar { height: 5px; width: 5px; background-color: transparent; } ::-webkit-scrollbar-thumb { border-radius: 0.375rem; background-color: #e3e3e3;...