CodeIgniter Forums
Codeigniter 4 breadcrumb library - 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: Codeigniter 4 breadcrumb library (/showthread.php?tid=77973)



Codeigniter 4 breadcrumb library - Geeklabs - 11-12-2020

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


RE: Codeigniter 4 breadcrumb library - MGatner - 11-13-2020

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.


RE: Codeigniter 4 breadcrumb library - Geeklabs - 11-14-2020

(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.

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.

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.


RE: Codeigniter 4 breadcrumb library - nc03061981 - 11-14-2020

Breadcum should be auto generated by route
Run once in filter
And get result by service


RE: Codeigniter 4 breadcrumb library - Geeklabs - 11-18-2020

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  Big Grin


RE: Codeigniter 4 breadcrumb library - MGatner - 11-22-2020

Awesome! I will check it out. Thanks for that quick turnaround!


RE: Codeigniter 4 breadcrumb library - tommyhawk - 08-16-2021

Hi @Geeklabs, Thank you so much for creating this usefull library, its easy, simple, i love it!


RE: Codeigniter 4 breadcrumb library - sriram_ci - 09-25-2021

Great help. thanks