This is the Debug Bundle provided with BackBee Standard Edition. This Bundle provide some useful features to help you find the root of an issue.
debug:container
A powerful command to find services, parameters and tags inside the ContainerBuilder of BackBee CMS.
This is mostly an adaptation of the Symfony Framework container:debug
command.
debug:routing
Make your own bundles allow you to create complete and totaly "CMS-uncoupled" applications. Sometimes, you need to check if the routes you have defined are setted correctly: this is exactly the purpose of this command.
- Debug a route (and have complete informations)
- Overview of all routes
- Overview of all routes with Controller (can break the view of some "low screen" resolutions)
debug:class-content
Ever wonder if your class contents are correctly set and availables in your applications ? This is the command to use.
- Display a class content (and have complete informations)
- Display list of all availables class contents
- BackBee Standard Edition is a full-featured, open-source Content Management System (CMS) build on top of Symfony Components and Doctrine.