Debugger for Ubiquity framework
composer require phpmv/ubiquity-debugIf you had devtools previously installed globally, update them:
composer global updateUpdate in .ubiquity/_index.php file:
\Ubiquity\debug\Debugger::start($config);// To add
\Ubiquity\controllers\Startup::run($config);Nothing to do: The debugger is active by default with the php built-in server.
Ubiquity serve