PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

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