Bagisto Forum

    Bagisto

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

    Admin menu not changing

    General Discussion
    2
    3
    567
    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.
    • A
      allstyle96 last edited by

      Hi. On very first development I manage to change Admin Menu (Webkul/Admin/src/Config). However in the middle of development when I try to change the menu, it show the default menu. But when I push to server it is works. Currently I only create package for customer view and not touch Admin yet.

      Screen Shot 2019-12-05 at 10.10.05 AM.png

      Screen Shot 2019-12-05 at 10.10.54 AM.png
      Here, I try to hide dashboard.

      Screen Shot 2019-12-05 at 10.11.27 AM.png
      It still show the old one.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • N
        Naresh-webkul last edited by

        Hello @allstyle96 ,

        I think this must be an issue of cache, so you should run these following commands:
        1- php artisan cache:clear.
        2- php artisan view:clear.
        3- php artisan config:clear.
        3- composer dump-autoload.

        Thank you.

        A 1 Reply Last reply Reply Quote 0
        • A
          allstyle96 @Naresh-webkul last edited by

          @Naresh-webkul
          Thanks. It solved the problem.

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