Hi @AkashWeybee
As of my point of view you want name of the controller which handle request when we click on category.
Name of controller is ProductsCategoriesProxyController and you will find it by following the path below:
In case Bagisto is loading slowly you can do the following things:
Pull the latest changes from our repository bagisto/bagisto because we added fixes related to the load time.
Open .env and change APP_DEBUG=true to APP_DEBUG=false.
Change the php memory limit to 3 or 4G in your php.ini file.
In case you are using vagrant / homestead make sure that the virtual machine has enough memory.
Hello there,
Thank you for your queries regarding Bagisto!
Please create the ticket for the same so our team will connect with you over there and reply to you.
Ticket Create:- https://bagisto.uvdesk.com/en/customer/create-ticket/
If you are doing changes in the packages directories. Then for reflecting change you need to run php artisan vendor:publish --all --force command. This will place all your changes to the main resource path.
Important Note: If you have done too many customizations then I recommend you not run the command instead directly go to the resources folder and change there.
For e.g. This path packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php for this you need to do changes here resources/themes/velocity/views/layouts/master.blade.php.
@Vaishali-Agarwal bro i uploaded it again without vendor and node_modules and then in ssh i did composer install and it installed dependencies but still homepage showed this error screencapture-malabiz-installer-2020-10-16-18_51_31.png