I’ve created Controller, Model and View files in backend
backend/
controller/
TblHotelController.php
models/
TblHotel.php
TblHotelSearch.php
views/
tbl-hotel
These files are untouched.
When I’m calling url site.com/backend/web/TblHotel/create.
It shows not found 404 errors. Unable to resolve the request TblHotel/create.