@Ahmed said in Configuration problems and/or errors in code:
how can i get this update on windows xampp ?
In windows, you will follow the same steps in your project root directory like:
C:\xampp\htdocs\your-project-folder-name
Now you can run these commands in your project root directory now run the below commands for updating the module:
$ composer require uvdesk/core-framework:dev-master $ composer require uvdesk/automation-bundle:dev-masterNow, clear the cache of the project using the below command:
$ php bin/console c:cIf you have still a problem with updating the modules then let us know.