eric-chau / DebugBundle

Add some extra features to ease debugging of BackBee applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Bundle

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.


Commands

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.

  • Search a service or a parameter service-parameter-container
  • List parameters params
  • List services services

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) dump-route
  • Overview of all routes dump-routes
  • Overview of all routes with Controller (can break the view of some "low screen" resolutions) dump-routes-controllers

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) classcontent-article
  • Display list of all availables class contents list-contents

Documentation links

  • BackBee Standard Edition is a full-featured, open-source Content Management System (CMS) build on top of Symfony Components and Doctrine.

About

Add some extra features to ease debugging of BackBee applications


Languages

Language:PHP 100.0%