September 2018
Beginner to intermediate
218 pages
4h 27m
English
The top-level Magento structure is rather simple. When we strip away (seemingly) non-relevant files such as licenses, sample files, and changelogs, what remains looks much like the following:
app/ code/ design/ etc/ config.php env.php bin/ composer.json composer.lock dev/ generated/ index.php lib/ phpserver/ pub/ static/ adminhtml/ frontend/ setup/ update/ var/ cache/ log/ page_cache/ view_preprocessed/ pub/ static/ adminhtml/ frontend/ vendor/ composer/ magento/ symfony/
The app/code/<VendorName>/<ModuleName> directory, <MAGELICIOUS_DIR> for short, is where our custom code will reside.
Read now
Unlock full access