Monday, 4 January 2016

Magento 2 and Magento 1.x folder structure comparison

Differences between Magento1.0 and Magento2.0

Although still in development phase, Magento 2 comes with a distinctive set of changed/improved frontend approaches compared to its predecessor Magento 1.X. The big difference is that frontend is now updated with newer technologies such as HTML5, CSS3 and jQuery.

Download Magento from git hub
or
Download from Magento Community

There are also significant changes/improvements to overall layout manipulation, file structure and a brand new introduction to Magento UI library heavily based on LESS preprocessor with built in compiler.


Information about Magento Version 2's Folder structure,

i.e " Folder app/code, Module Declaration, Layout & Template, Skin & Js ".

In Magento2 there is a drastic change in structure of the code. To understand how to create a module in Magento2, we list the differences between these two versions of magento as bellow


Magento 2 comes with a distinctive set of changed/improved frontend approaches compared to its predecessor Magento 1.X. THE BIG DIFFERENCE is that frontend is now updated with newer technologies such as HTML5, CSS3 and jQuery.


No comments:

Post a Comment

about new GraphQL freature in Magento2

GraphQL: GraphQL is a data query language developed internally by Facebook in 2012 before being publicly released in 2015. Magento impleme...