How to: Update the Hospitality Extension

In this article

Run update via ComposerManual Update

Manual Update

Starting with Magento 2.4.0, the Web Setup Wizard is removed, and you must use the command line to install or upgrade Magento, as well as modules and extensions.

Run update via Composer

If the extension files are located in vendor/lsretail folder, then the extension was installed using Composer. SSH to your magento root folder and follow below steps to update the extension via Composer.

  1. To update the eCommerce Hospitality extension to the latest available version, run the command composer require lsretail/hospitality:* --update-with-dependencies via CLI.

    A screenshot of hospitality extension update command

  1. Run php -f bin/magento setup:upgradecommand:

    A screenshot of setup upgrade command

  1. Clear the cache using php -f bin/magento cache:clean

    A screenshot of Cache clean command

Manual Update

If the extension files are in the folder app/code, the extension was installed manually using FTP/SFTP. To update the extension you can manually download the files from the repository of the corresponding extension and paste the files in the app/code folder.

Note: If you have made any customizations to extension files in the app/code folder, the manual update will revert your changes.