backbee/debug-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

BackBee bundle to add extra features for debugging

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Type:backbee-bundle

v1.2.0 2016-09-13 16:47 UTC

This package is not auto-updated.

Last update: 2021-04-28 09:21:45 UTC


README

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.