phpmv/ubiquity-debug

Debugger for Ubiquity framework

Installs: 2 970

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:extension

0.0.9 2022-01-01 14:35 UTC

This package is auto-updated.

Last update: 2023-03-01 01:07:36 UTC


README

img

Latest Stable Version

Debugger for Ubiquity framework

Integration

For an existing project

composer require phpmv/ubiquity-debug

If you had devtools previously installed globally, update them:

composer global update

Update in .ubiquity/_index.php file:

\Ubiquity\debug\Debugger::start($config);// To add

\Ubiquity\controllers\Startup::run($config);

For a new project (since Ubiquity 2.4.4)

Nothing to do: The debugger is active by default with the php built-in server.

Ubiquity serve