Skip to content

phpMv/ubiquity-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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