December 2015
Intermediate to advanced
412 pages
8h 14m
English
The following list depicts the root Magento filesystem structure:
.htaccess.htaccess.sample.php_cs.travis.ymlCHANGELOG.mdCONTRIBUTING.mdCONTRIBUTOR_LICENSE_AGREEMENT.htmlCOPYING.txtGruntfile.jsLICENSE.txtLICENSE_AFL.txtappbincomposer.jsoncomposer.lockdevindex.phplibnginx.conf.samplepackage.jsonphp.ini.samplephpserverpubsetupupdatevarvendorThe app/etc/di.xml file is one of the most important files that we might often look into during development. It contains various class mappings or preferences for individual interfaces.
The var/magento/language-* directories is where the registered languages reside. Though each module can declare its own translations under app/code/{VendorName}/{ModuleName}/i18n/, Magento will ...
Read now
Unlock full access