Magento 2 has a lot of XSD to define XML structures like config or routers. Here is a tool which convert XSD to a sample XML, usefull to visualize the structure of the file. Go to : http://xsd2xml.com/ We will
Declare a new Magento 2 module
Magento 2 Training : Unit 2 – Lesson A Files creation Go on file folder “app/code”, you will see a “Magento” folder. You mustn’t modifiy the content inside. All the magento core module are here, and only Magento can update
Install Magento 2
Magento 2 Training : Unit 1 – Lesson A Magento 2 is available after many years of waiting. Source code is on Github, and we will see how to install this new version and how to configure it.
Install sample datas for Magento 2
Magento 2 Training : Unit 1 – Lesson B The article explains how to install sample datas AFTER Magento 2 installation. If you want to do it BEFORE, show the Magento official documentation. During the web setup wizard, you can
Before Developping
Magento 2 Training : Unit 1 – Lesson C Our Magento 2 installation is done, sample datas set up, we can begin to work on our development environment. Before, I recommand you to make some configuration in order to not
Magento 2 : Maximum function nesting level of ‘100’ reached
If you have the error Magento 2 : Maximum function nesting level of ‘100’ reached when you goes on your Magento2 store, you need to change your php.ini file : xdebug.max_nesting_level=2000