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

When running with a configured on demand key no requests are captured. My investigation shows that this is caused because the service provider is only booted on startup of Octane...

After the upgrade from doctrine/dbal 2 to 3.3 Clockwork stopped working. Removal of code below shows performance tab only. ``` /** @var \Clockwork\Clockwork $clock */ $clock = $container->get('clockwork'); $clock->addDataSource(new DoctrineDataSource($entityManager));...

I'm stuck and probably missing something. Using: Linux Nginx PHP 8 Laravel 9 Clockwork ^5.1 Installed Clockwork but when I try to access I see a blank page. Log files...

PHP 8.1.8 Laravel Framework 9.21.4 Clockwork v5.1.6 Laravel Octane v1.2.16 I noticed I'm Clockwork is not working and I'm getting ton of errors in the output. Public Sentry link here:...

I'm trying to get clockwork to work with the xdebug profiler within sail (laravel docker) to no avail. The related php.ini config ``` [XDebug] zend_extension = xdebug.so xdebug.mode = develop,debug,gcstats,profile...

If an Event has a string as a parameter the full string will be reviewed in the event overview. In case of very long string e.g. `Nuwave\Lighthouse\Events\BuildSchemaString->userSchema` (the string contains...

first I got a laravel translator error because the translator class could not be loaded necessary for the 500 error blade page. the real error behind it is: ``` ocal.ERROR:...

Version: 5.16 When checking via WebPortal /clockwork/app I can see /__clockwork/latest being called but it returns false thus leaving the page blank Checking via Chrome Extension it is working as...

My app build fails with clockwork during composer install because clockwork tries to access the SQL connection. But the SQL connection is another docker container which is not present during...

When I read this line I thought that I must visit `/app/clockwork` and after lots of tries I found out that you mean `your_app_url/clockwork` So, I think this way is...