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

Bagisto

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

Customize admin area

Modules
3
6
1.0k
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
    symbolica last edited by 21 Dec 2020, 07:24

    Hello,

    What's the best way to customize admin area core pages? How can I add / remove some columns or search form from products list page?

    1 Reply Last reply Reply Quote 0
    • devansh-webkul
      devansh-webkul last edited by 21 Dec 2020, 11:15

      Hi @symbolica,

      It depends on the taste, how you want to be it. But if the talk is about the admin area I am assuming that you are familiar with packages as well.

      If anything you want to changes in the view of the admin then you need to check the resources folder of the admin package i.e. packages/Webkul/Admin/src/Resources.

      For a listing, we use data grids, and for changes in the product list you need to check the product Datagrid class i.e. packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php.

      1 Reply Last reply Reply Quote 0
      • about a year later
      • H
        hedyd last edited by 9 Jan 2022, 11:46

        How can i edit sidebar menus?

        Nam in quod velit ni

        1 Reply Last reply Reply Quote 0
        • devansh-webkul
          devansh-webkul last edited by devansh-webkul 10 Jan 2022, 06:59 10 Jan 2022, 06:59

          Hi @hedyd,

          You can check on this path,
          packages/Webkul/Admin/src/Resources/views/layouts/nav-left.blade.php

          But make sure to override this path in your resources folder because this path is for the packages folder and I have shared it only for reference.

          You can check this doc to override the package view,
          https://laravel.com/docs/8.x/packages#overriding-package-views

          1 Reply Last reply Reply Quote 0
          • H
            hedyd last edited by hedyd 10 Jan 2022, 07:37 10 Jan 2022, 07:37

            Also one more thing, every time I do changes in the menu, I need to run

            php artisan config:cache
            

            command. Is it necessary to do say, or is there any other way?

            Nam in quod velit ni

            1 Reply Last reply Reply Quote 0
            • devansh-webkul
              devansh-webkul last edited by 11 Jan 2022, 04:58

              Yes because configs are cached.

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