symfony2 - Symfony 2 - No route found for "GET /" -
i followed instructions here: http://www.kevwebdev.com/blog/setting-up-a-symfony2-project-in-phpstorm.html on how install symfony2 phpstorm.
i did after run untouched symfony2 framework i'm getting error: no route found "get /"
please see image total preview: http://s28.postimg.org/jl4curnvx/untitled.jpg
am missing something?
add below code in symfony_root/app/config/routing.yml
if appbundle defaultcontroller indexaction exist work, other follow bundle construction !
_welcome: pattern: / defaults: { _controller: appbundle:default:index } requirements: { _method: } symfony2 get
No comments:
Post a Comment