cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.5-p1 - Directory Structure Question

SOLVED

Magento 2.3.5-p1 - Directory Structure Question

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.3.5-p1 - Directory Structure Question

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!

Problem solved? Click Accept as Solution!

View solution in original post

3 REPLIES 3

Re: Magento 2.3.5-p1 - Directory Structure Question

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!

Problem solved? Click Accept as Solution!

Re: Magento 2.3.5-p1 - Directory Structure Question

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!

Re: Magento 2.3.5-p1 - Directory Structure Question

@Bhanu Periwal-

 

I see it, thanks. Had no idea there was a difference.