CodeIgniter Forums
Routing annotations in CI4 - 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: Routing annotations in CI4 (/showthread.php?tid=73755)



Routing annotations in CI4 - adam - 05-31-2019

Hi Codeigniters Smile

The routing annotations Idea  is a easy way to define routes from Controller without any modification in route file.

CI4 does support Routing Annotations like Symfony and Laravel ?

Thank you! Heart


RE: Routing annotations in CI4 - donpwinston - 05-31-2019

No, CI4 does not support annotations


RE: Routing annotations in CI4 - Paradinight - 05-31-2019

(05-31-2019, 02:19 AM)adam Wrote: Hi Codeigniters Smile

The routing annotations Idea  is a easy way to define routes from Controller without any modification in route file.

CI4 does support Routing Annotations like Symfony and Laravel ?

Thank you! Heart

It is bad design. Comments are comments and not code that should be executed... .