How to Update a Magento 2 AppJetty Extension?

In the event, if you need to update our extension from a composer you can utilize the below order:

composer update biztech/Delivery date 

Yet, prior to utilizing that order you should  to have set the most recent Extension zip file into the /ABSOLUTE_PATH_TO_ZIP_Archive_FOLDER/ 

Subsequent to executing the above order your module is updated and now you simply need to run the update order as mentioned below.

  • Now you can upgrade your setup utilizing the below order:

php bin/magento setup:upgrade 

It will enable the module and it should be doing the automated process needed by Magento.

  • You can now compile the modules using the below command:

php bin/magento setup:di:compile

Related Articles