Codeigniter 4 breadcrumb library |
Hi
Had been looking around for a CI4 breadcrumb library to quickly add to a project but couldn't really find anything that suited my needs so went ahead and threw something together today. It may be of use for some of you. Based on bootstrap breadcrumb styles. https://github.com/GeekLabsUK/CI4-Breadcrumbs
Neat! Thanks for sharing. I’ve been thinking about adding breadcrumbs to an AdminLTE project so I will check this out.
It would be cool to have a Filter to apply these automatically, though I guess that would also need some rubric for generating the links automatically. (11-13-2020, 06:04 PM)MGatner Wrote: Neat! Thanks for sharing. I’ve been thinking about adding breadcrumbs to an AdminLTE project so I will check this out. Cool. Let me know what you think or what improvements / additions can be made, or you would like. I steered away from an auto breadcrumb as the URL may not always 100% match how you would like them displayed.
Breadcum should be auto generated by route
Run once in filter And get result by service Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams
V2.0 Released
As some of you wanted the option for it to dynamically build the breadcrumbs for you i have added that option. You can now either build manually or use the auto build function. Either way can be used independent of each other. Some pages can use auto, others manual even from the same controller. Enjoy |
Welcome Guest, Not a member yet? Register Sign In |