Welcome Guest, Not a member yet? Register   Sign In
How to auto route in modules
#1

Hello Codeigniter teams, 

Please how can I also auto route in codeigniter modules.
I will be needing this feature
Reply
#2

Why do you need this?

All you have to do now is to write Config/Routes.php.
https://codeigniter4.github.io/CodeIgnit...tml#routes

And how do you resolve the controller name conflicts?
Code:
app/Controllers/Home.php
acme/Blog/Controllers/Home.php
Reply
#3

(01-15-2022, 05:03 PM)kenjis Wrote: Why do you need this?

All you have to do now is to write Config/Routes.php.
https://codeigniter4.github.io/CodeIgnit...tml#routes

And how do you resolve the controller name conflicts?
Code:
app/Controllers/Home.php
acme/Blog/Controllers/Home.php

Thanks I did not actually reason it to that angle
Reply




Theme © iAndrew 2016 - Forum software by © MyBB