MufidJamaluddin / Codeigniter4-HMVC

CodeIgniter 4 Starter with HMVC
MIT License
67 stars 39 forks source link

Redirecting page to Home #13

Closed HilkiahDev closed 4 months ago

HilkiahDev commented 2 years ago

Every time I try to add module and try to access the route, it always redirect me to the Home page. please enlighten me in the issue, thanks

MufidJamaluddin commented 1 year ago

Every time I try to add module and try to access the route, it always redirect me to the Home page. please enlighten me in the issue, thanks

I apologize for late response. I apologize for late responding. In this HMVC, if you use command to generate the module, you could see the routes settings.

If you go to /admin, you will call the Dashboard::index. If you go to /admin/awards, you will call the Awards::index. Please uniquely define the path.

image