I just installed a fresh copy of Magento. I downloaded from https://github.com/magento/magento2/releases. After installing and setting up, I noticed that all the Magento vendor files weren't in vendor/magento, but inside app/code/Magento. My other installs of Magento 2.3.5-p1 aren't structured this way. Why the difference? And can I safely move it all to vendor?
Solved! Go to Solution.
Hi @aglasser1
Kindly refer below link for learn Magento2 directory structure:
https://amasty.com/knowledge-base/magento-2-file-and-folder-structure.html
It may help you.
If it is useful for you, please click on 'Kudos' & Accept as Solution!
Hi @aglasser1
Kindly refer below link for learn Magento2 directory structure:
https://amasty.com/knowledge-base/magento-2-file-and-folder-structure.html
It may help you.
If it is useful for you, please click on 'Kudos' & Accept as Solution!
Hi @aglasser1,
For installing magento we have 2 ways.
1. Through github: preferable for developers and contributors.
https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-sample-data-clone.html
2. Through composer: preferable for production website.
https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
Hope this helps you.
Problem Solved! Click Kudos & Accept as Solution!