![]() |
Static Laravel-like routes - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Static Laravel-like routes (/showthread.php?tid=528) |
Static Laravel-like routes - Patroklo - 12-14-2014 I made a little library to implement a (under my point of view) better routing management than the vanilla codeigniter has. It's a laravel-like routing system, that only lets access to specific routes that are mapped in the system, and throws a 404 in every other route. Check it at : https://github.com/Patroklo/codeigniter-static-laravel-routes The last change that I have done just not it's a new branch that supports codeigniter 2.X (still haven't fully checked it, though). |