WemX comes with an installer which can be both used for installations and to receive updates. The installer directly connects to WemX API to receive the latest changes and any dependencies that are needed.
Note: Any changes made to core files including the default theme will get replaced by updates. It is recommended that you create your own theme if you wish to make changes.
You should make a backup of the database and files before updating.
# ensure you are in the wemx dir
cd /var/www/wemx
# Download latest available version of the installer
composer require wemx/installer dev-web
# Initiate updater
php artisan wemx:update
That's it you have successfully updated WemX to the latest available stable version.