Start typing to search...
Home Magento 2 Ai PdfCustomiser Installation Guide

Installation Guide

admin
May 31, 2026
0 views
  1. Run composer require ewebecommerce/module-pdfcustomiser in your Magento root directory to install the module via Composer.

  2. Execute bin/magento module:enable Ewebecommerce_PdfCustomiser to enable the module.

  3. Apply database updates using bin/magento setup:upgrade.

  4. Compile dependency injections with bin/magento setup:di:compile for optimal performance.

  5. Deploy static content with bin/magento setup:static-content:deploy -f, making sure to flush necessary caches afterwards with bin/magento cache:flush.

Documentation Assistant
Hi! I'm your documentation assistant. Ask me anything and I'll search our docs for you.