• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

How to create submenu?

Modules
2
4
830
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 23 Sept 2019, 08:42

    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 23 Sept 2019, 11:07

      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 24 Sept 2019, 03:13 Reply Quote 0
      • S
        Shohel last edited by 24 Sept 2019, 03:13

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • S
          Shohel @lwilliams-heli last edited by 24 Sept 2019, 03:13

          thanks @lwilliams-heli

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post