October 2016
Intermediate to advanced
288 pages
5h 16m
English
The development of Magento 2 components follows the minimum criteria necessary so that it can achieve the goal of delivering a theme or a functional module to your user and/ or client. These criteria are listed as follows:
composer.jsonregistration.phpThe act of declaring a file composer.json is good practice for dependency management of components as well as containing important information about the theme or module that is being developed.
The registration.php file already allows the Magento system to make the registration of the new component that can be used in the scope that ...
Read now
Unlock full access