Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
Base Module Notes
Base Module Notes

Info

Root Directory is - "app/code/magedelight/#YourExtensionName#"


  • Unzip the extension package file into the root folder of your Magento 2 installation.
  • Connect to SSH console of your server:
    • Navigate to the root folder of your Magento 2 setup
    • Run command as per below sequence,

      Panel

      php bin/magento setup:upgrade


      Panel

      php bin/magento setup:di:compile


      Panel

      php bin/magento setup:static-content:deploy


      Panel

      php bin/magento cache:clean


...