Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. patriciasmith783
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    patriciasmith783

    @patriciasmith783

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    patriciasmith783 Unfollow Follow

    Latest posts made by patriciasmith783

    • RE: Renaming Exsisting Menu Items

      Hi,

      If you just want to rename or hide menu items in Krayin, you’re looking in the right place with:

      packages/Webkul/Admin/src/Config/menu.php

      Inside that file, each menu item has a 'name' => '...' value — you can simply change that text to whatever label you want to display in the admin panel.

      For hiding items, you can either:

      Comment out the whole menu array block

      Or control it using permissions if your setup supports roles

      After making changes, don’t forget to:

      php artisan config:clear
      php artisan cache:clear

      so the updates show correctly.

      Also, if you’re doing this for a client project and want cleaner naming for usability, it’s worth standardizing labels across the dashboard so users don’t get confused (I had to do something similar while working on a small service site for Lubbock landscaping services dashboard naming example).

      Hope this helps 👍

      posted in General Discussion
      P
      patriciasmith783