You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Installing the module

Installing via Composer

Navigate to the Magento root directory in a terminal and execute the following command:

composer require creaminternet/module-postnl

Installing via the Marketplace

Download and extract the provided zip file and move the src directory to app/code/Cream/PostNL.

Enabling the module

Navigate to the Magento root directory in a terminal and execute the following commands:

bin/magento module:enable Cream_PostNL

bin/magento setup:upgrade

bin/magento cache:flush

Additional steps

In case your shop is running in production mode, it may be necessary to redeploy static content. You can do so by executing the following command:

bin/magento setup:static-content:deploy

  • No labels