![]() |
Closure in route list - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: Closure in route list (/showthread.php?tid=80454) |
Closure in route list - iRedds - 11-02-2021 I believe the spark routes command should output closures. At the moment, the kernel is built in such a way that routes with closures are used for internal needs, so closures are not displayed in the list. RE: Closure in route list - kenjis - 02-02-2022 I don't like to use Closure routes, but I agree that `spark routes` should output the routes. Now we have deleted the internal closure routes, so you can add the functionality easily. RE: Closure in route list - iRedds - 02-03-2022 Thank you. Added PR |