Installation Guide
-
Run
composer require ewebecommerce/module-pdfcustomiserin your Magento root directory to install the module via Composer. -
Execute
bin/magento module:enable Ewebecommerce_PdfCustomiserto enable the module. -
Apply database updates using
bin/magento setup:upgrade. -
Compile dependency injections with
bin/magento setup:di:compilefor optimal performance. -
Deploy static content with
bin/magento setup:static-content:deploy -f, making sure to flush necessary caches afterwards withbin/magento cache:flush.