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
Post a Comment