![]() |
Dynamic Menus & Breadcrumbs - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34) +--- Thread: Dynamic Menus & Breadcrumbs (/showthread.php?tid=79453) |
Dynamic Menus & Breadcrumbs - MGatner - 06-18-2021 Hello all! This module has actually been out for a little bit but as a prerelease, making sure I got the kinks worked out. I release 1.0 this week, so I'm happy to share: Tatter\Menus Dynamic Menus for CodeIgniter 4 Built on top of Spatie\Menu, Menus provides dynamic menus across your application. Menus organizes and injects the menu content, so you can focus on building. Here's an example menu: PHP Code: class MainMenu extends \Tatter\Menus\Menu PHP Code: <html> In addition to building your own menus, you can use one of the autodetecting menus:
As always, I welcome any feedback, feature requests, suggestions, bug reports, or high-fives. Leave a note here or create an Issue on GitHub for bugs and feature requests. RE: Dynamic Menus & Breadcrumbs - davidmelton - 11-06-2021 [quote pid="387747" dateline="1624023998"] Hi MGatner, you say in your post that you built this on top of spatie / menu. Does that mean you added/modified some functionality, or did you have to wrap it so that it will integrate easily with CI4? [/quote] RE: Dynamic Menus & Breadcrumbs - InsiteFX - 11-07-2021 Thank you, @MGatner |