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

_Probably_ not a big deal because why would we be putting passwords in cookies... In PhpDataSource you are running $_COOKIE through DataSource::removePasswords(). But in PhpDataSource::getRequestHeaders() nothing is done about the...

I am currently working with WordPress which uses "pwd" as the password key. Not the end of the world - extend and override works fine. But it would be nice...

We using this https://github.com/fruitcake/laravel-telescope-toolbar with default config https://github.com/fruitcake/laravel-telescope-toolbar/blob/929379119881e959e018528d0d820ac5f2c21b76/config/telescope-toolbar.php#L37 Thank you

Seems like this is probably related to #510. FileStorage->next($id) fails to load anything when $id is the ID of the oldest/first metadata file available. To reproduce create a fresh laravel...

I noticed this on my own custom implementation but just confirmed the same is happening on a fresh laravel install with the latest version of clockwork. When using file storage...

We ran a high-loaded project and it is very important to monitor how the application utilizes cache. I'd suggest to collecting the size of the cache values, something like `Str::length(serialize($query['value']))`....

Hi, I am using nginx , laravel 8 and clockwork latest version I am getting clockwork tab empty, and clockwork response headers are not set as well. Created folder in...

The current suggestion in the Clockwork UI goes to: https://github.com/asuth/subl-handler That package no longer works on current gen Operating Systems. Based on my research, I'd suggest we send instead people...

In Laravel, a notification can have multiple channels, eg. for a single notification both an email message and a Slack message can be sent. Currently we collect only one type...

Have no new json files in storage/clockwork while exec an artisan commands if there is a dd() or die(). May be not issue, but needs to be added to the...