Loading…

Magento 2 – How to create a new theme

The first thing that you should know when you start a Magento 2 project is that you shouldn’t modify the out of the box Magento files. These are located in the “vendor” folder. If you use git, the “vendor” folder is included in .gitignore file. So if we cannot modify the vendor files, we need to […]