CodeIgniter Forums
[split] CodeIgniter 4.0.0-alpha.2 Released - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: [split] CodeIgniter 4.0.0-alpha.2 Released (/showthread.php?tid=72051)



[split] CodeIgniter 4.0.0-alpha.2 Released - taliffsss - 10-29-2018

Hi in documents of CI 4 not include how to route a controller if my controller is inside a subfolder.

Thanks to the CodeIgniter 4 Development Team.


RE: [split] CodeIgniter 4.0.0-alpha.2 Released - ciadmin - 10-30-2018

https://bcit-ci.github.io/CodeIgniter4/incoming/routing.html#redirecting-routes
https://bcit-ci.github.io/CodeIgniter4/incoming/routing.html#grouping-routes
https://bcit-ci.github.io/CodeIgniter4/incoming/routing.html#environment-restrictions
https://bcit-ci.github.io/CodeIgniter4/incoming/routing.html#default-namespace

There are a number of examples that do just what you ask, no?