This is my first work with Symfony 2. All I am trying to do here is whenever the user clicks on the submit button he will go to another page.
But my index page isn't loading. They are saying there is something wrong with my routing file, specifically:
A YAML file cannot contain tabs as indentation
I don't know what I have done wrong. Here is my routing file.
community_online_shop_homepage:
pattern: /
defaults: { _controller: CommunityOnlineShopBundle:Page:index }
_login:
pattern: /login
defaults: { _controller: CommunityOnlineShopBundle:Page:login}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…