routing_dev.yml 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #_welcome:
  2. # pattern: /
  3. # defaults: { _controller: AcmeDemoBundle:Welcome:index }
  4. _demo_secured:
  5. resource: "@AcmeDemoBundle/Controller/SecuredController.php"
  6. type: annotation
  7. _demo:
  8. resource: "@AcmeDemoBundle/Controller/DemoController.php"
  9. type: annotation
  10. prefix: /demo
  11. #_assetic:
  12. # resource: .
  13. # type: assetic
  14. _wdt:
  15. resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
  16. prefix: /_wdt
  17. _profiler:
  18. resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
  19. prefix: /_profiler
  20. _configurator:
  21. resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
  22. prefix: /_configurator
  23. _main:
  24. resource: routing.yml
  25. #
  26. #
  27. #
  28. #
  29. #
  30. #
  31. #_wdt:
  32. # resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
  33. # prefix: /_wdt
  34. #
  35. #_profiler:
  36. # resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
  37. # prefix: /_profiler
  38. #
  39. #_configurator:
  40. # resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
  41. # prefix: /_configurator
  42. #
  43. #_main:
  44. # resource: routing.yml
  45. #
  46. #_assetic:
  47. # resource: .
  48. # type: assetic