php - Yii2 CRUD url issue -


my yii2 app based on advanced template. created crud model named news in backend side.

now when try open

/localhost/backend/web/index.php?r=news

getting unable resolve request news.

not found (#404)  unable resolve request "news". 

here structure:

backend   models    news   controllers    newscontroller   views    news      index      _form      _search      create      update      view 

the url /localhost/backend/web/index.php?r=news

what doing wrong?

try /localhost/backend/web/index.php?r=news case sensitive.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -