Upgrading Pdf Customiser M2
Note: If you are using the self-hosted approach please download the latest zip file from your account on our website first (then unzip the bundle file and place the individual zip files into vendor/fooman/packages before running the below commands). If you are using the Fooman hosted repository (our recommended installation method) this step is not required.
From a command line in the Magento root folder run:
bin/magento deploy:mode:set developer (if in production mode) composer require fooman/pdfcustomiser-m2:^8.0 --no-update composer update fooman/* bin/magento setup:upgrade Your usual sequence of commands to enable production mode if you started out in production (for example bin/magento deploy:mode:set production)