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

Cant open 3rd child Menu in admin

Solved
lucciano

Sep 5th, 2022 09:54 PM

cant open the compass 3rd menu, any body have some solution thanks!! WhatsApp Image 2022-09-06 at 12.50.13 AM.jpeg

it just close the tools menu when i click on Compass

bobbyiliev

Sep 6th, 2022 07:51 AM

Hi there,

Indeed this is a limitation in Voyager. You can't have 3rd level menu. eg:

-Item Main
---Sub item Main
------3 level of menu (wont work)

There is a work around for this mentioned in this Voyager issue here:

https://github.com/the-control-group/voyager/issues/1173

Hope that this helps.

Report
1
lucciano

Sep 6th, 2022 08:14 PM

did you know where its the admin blade menu?

bobbyiliev

Sep 7th, 2022 04:52 AM

Hey,

Yep, this should be stored at: vendor/tcg/voyager/resources/views/menu. You can copy those files to your project resources/views directory as described in the docs so you could make those changes as you need:

Laravel Voyager Docs

Report
1
lucciano

Sep 7th, 2022 05:52 PM

Screenshot 2022-09-07.png *div id="adminmenu"> *admin-menu :items="{{ menu('admin', '_json') }}"> */div>

did you know from where this JSON come from?

lucciano

Sep 7th, 2022 06:15 PM

Best Answer

https://nuhuibrahim.com/blog/using-multiple-menu-builder-in-laravel-voyager

Report
1
bobbyiliev

Sep 8th, 2022 12:24 AM

Very cool! Thanks for sharing this solution here!

Report
1