Bagisto Forum

    Bagisto

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

    Admin panel Sub Menu Creating

    General Discussion
    2
    2
    242
    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.
    • H
      himanshu-kmr last edited by

      Hello,

      I want to create admin menu for my Blogs. The menu has been created successfully but Sub menu is not displaying.

      Menu Structure

      Blogs -
      Blogs category
      BLogs

      To create Menu I have changes on src/Config/admin-menu.php

      <?php

      return [
      [
      'key' => 'blogs',
      'name' => 'Blogs',
      'route' => 'blogs.admin.index',
      'sort' => 2,
      'icon-class' => 'dashboard-icon',
      ], [
      'key' => 'blogs.category',
      'name' => 'Category',
      'route' => 'blogs.admin.category',
      'sort' => 3,
      'icon-class' => '',
      ], [
      'key' => 'blogs.blogs',
      'name' => 'Blogs',
      'route' => 'blogs.admin.index',
      'sort' => 4,
      'icon-class' => '',
      ]
      ];

      After each changes I am running php artisan optimize

      But no sub menu has been crated

      Please Help

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        Hi @himanshu-kmr
        you are posting a duplicate query, Kindly revert your answers here https://forums.bagisto.com/topic/2255/creating-sub-menu-under-admin-panel/4 in which dev is already communicated.

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