Chatter - How to edit categories menu

Solved
xiaozhou-song

Mar 20th, 2019 09:55 AM

Hi

Thanks for the amazing forum.

I try to edit the categories menu (add a icon before the category name), but in \resources\views\vendor\chatter\home.blade.php

I found the categories menu showing as {!! $categoriesMenu !!}, I am looking for it everywhere, but I didnt find it, where I could edit it? Please help...

Thanks a lot...

andrewo0

Mar 22nd, 2019 05:25 AM

Best Answer

Hi Xiaozhou-song

take a look in teh catteh helpe function https://github.com/thedevdojo/chatter/blob/master/src/Helpers/ChatterHelper.php

At the bottom you can find the all you need to make a custom menu

xiaozhou-song

Mar 22nd, 2019 01:44 PM

Thanks a lot