php-console icon indicating copy to clipboard operation
php-console copied to clipboard

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome

Results 56 php-console issues
Sort by recently updated
recently updated
newest added

Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

I just got a popup telling me that this extension has been disabled because it contains malware.

Required parameter $args follows optional parameter $key /home/runner/work/monolog-laminas-factory/monolog-laminas-factory/vendor/php-console/php-console/src/PhpConsole/Connector.php:377

this returns 404 at the moment https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef @barbushin what happened?

I try to setup standalone php-console on Wordpress. Site is on localhost. I've made all necessary preparations and extension works in standalone (not Wordpres) index.php, minimal working code is: ```php

Using this library on PHP 8 leads to this warning: > PHP Warning: Private methods cannot be final as they are never overridden by other classes in vendor/php-console/php-console/src/PhpConsole/Connector.php on line...

Warning: Private methods cannot be final as they are never overridden by other classes in /var/www/epmms/vendor/php-console/php-console/src/PhpConsole/Connector.php on line 101

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace...