Versions Compared

Key

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

...

Now go to your Magento root directory, say it's named magento2, open file composer.json and add following section

Code Block
languagejs
themeMidnight
"repositories": [

...


    {

...


      "type": "artifact",

...


      "url": "packages/magenest"

...


    }

...


],
 

and execute the following commands:

...

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy

...