Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ShopMyShopBundle:
  2. resource: "@ShopMyShopBundle/Resources/config/routing.yml"
  3. prefix: /
  4.  
  5. _assetic:
  6. resource: .
  7. type: assetic
  8.  
  9. _wdt:
  10. resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
  11. prefix: /_wdt
  12.  
  13. _profiler:
  14. resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
  15. prefix: /_profiler
  16.  
  17. _configurator:
  18. resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
  19. prefix: /_configurator
  20.  
  21. _main:
  22. resource: routing.yml
  23.  
  24. ShopMyShopBundle_homepage:
  25. pattern: /hello/{name}
  26. defaults: { _controller: ShopMyShopBundle:Main:index }
  27. requirements:
  28. _method: GET
  29.  
  30. ShopMyShopBundle_homepage:
  31. pattern: /
  32. defaults: { _controller: ShopMyShopBundle:Main:index }
  33. requirements:
  34. _method: GET
  35.  
  36. cache:clear --env=prod
  37.  
  38. ShopMyShopBundle_homepage:
  39. pattern: /
  40. defaults: { _controller: ShopMyShopBundle:Main:index }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement