Upgrade existing project to the latest version of UVDesk
-
Let me know how can i upgrade the uvdesk to latest version
-
If you want to update your old version to latest one.
You need to update all dependent bundle of this project by running below commands.
composer update uvdesk/core-framework
composer update uvdesk/support-center-bundle
composer update uvdesk/mailbox-component
composer update uvdesk/automation-bundle
composer update uvdesk/extension-framework
Note: Before running above command take a backup of swiftmailer.yaml, uvdesk_mailbox.yaml, uvdesk.yaml (you will find these file under config->packages of your project)
If you don't want to set your site_url, swiftmailer and mailbox again.
OR
You can simply create a new project by this command it will always install the latest version of project:
composer create-project uvdesk/community-skeleton helpdesk-project