Laravel Menu Builder - How to use

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Laravel Drag and Drop nestable menu builder. Build your multi level menu within 5 mins.

Комментарии • 4

  • @hung_36
    @hung_36 4 года назад

    I want to change the view to suit my admin page, what should I do?

    • @codexshaper
      @codexshaper  4 года назад

      @Gia Hưng Nguyễn
      Thanks for your comment. Yes, you can change your menu design that suit your design. This package used a top level class called " level_root ". You can customize your menu by selecting this class. How to add menu in your site? There are two options. To check options please follow the github link github.com/Codexshaper/laravel-menu-builder . If you need any help or faced any issue inbox here.

  • @lonelyboy7978
    @lonelyboy7978 3 года назад

    I want to change the admin panel. How do I do this?

    • @codexshaper
      @codexshaper  3 года назад

      @Lonely Boy, Thanks for the comments. If you want to use menus in your site (frontend or dashboard) then just use `{{ menu('name') }}` this. You can follow github.com/Codexshaper/laravel-menu-builder this link for more details.