Welcome Guest, Not a member yet? Register   Sign In
Do I need to set all my routes in Routes.php?
#2

If you don’t want to configure all your routes, you can still use “auto-route” like in CI3: https://codeigniter4.github.io/userguide...outes-only

PHP Code:
$routes->setAutoRoute(true); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: Do I need to set all my routes in Routes.php? - by includebeer - 08-10-2019, 06:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB