Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to create submenu?

    Modules
    2
    4
    828
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Shohel last edited by

      I can add a menu in admin panel.But i didn't get the idea how to create submenu in side a manu.

      1 Reply Last reply Reply Quote 0
      • L
        lwilliams-heli last edited by

        You can add the submenu items as children in your config/menu.php where the key is {parent menu}.{sub item}, for example if you wanted to add another item in the catalog sub menu it would be:

        [
            'key' => 'catalog.packages',
            'name' => 'subscriptions::app.package.plural-title',
            'route' => 'admin.catalog.packages.index',
            'sort' => 3,
            'icon-class' => '',
        ],
        
        S 1 Reply Last reply Reply Quote 0
        • S
          Shohel last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • S
            Shohel @lwilliams-heli last edited by

            thanks @lwilliams-heli

            1 Reply Last reply Reply Quote 0
            • First post
              Last post