21 Oct 2021, 08:33

As we understand some of the user don't want to show knowlegebase to their customer instead they want to redirect customer to directly into customer login page.

For this you need to make a slight changes in your code.

Please follow  the steps given below:

- Locate path in your project. 
vendor/uvdesk/support-center-bundle/resources/config/routes/public.yaml

Open public.yaml file replace line no. 3 (controller: Webkul\UVDesk\SupportCenterBundle\Controller\Website::home)  by:

controller: Webkul\UVDesk\SupportCenterBundle\Controller\Customer::login

Finally run command  php bin/console c:c  from project root directory.

Hope it will help someone 🙏