All posts by Bohdan Bakalov

Add new console command to Magento2
Structure: 1. Magento2 default console commands 2. Add new console command 3. Process input and output of the command 3.1 Colorfull output 4. Shortcut for using everyday commands Magento2 provides console commands that helps the developers to do some actions fast and easily. In my opinion, the command line interface (CLI) is more comfortable […]

MeestExpress API Magento2 module
Structure: 1. Functionality 2. Compatibility 3. How to install MeestExpress API 3.1. Install MeestExpress API via composer 3.2. Install ready-to-paste package 4. How to uninstall MeestExpress API 4.1. Installed MeestExpress API via composer 4.2. Installed ready-to-paste package approach 5. User guide 6. Developer guide 6.1. Sample module how to use […]


How to create a module in Magento2
Structure: 1. What is the module and why are we using it? 2. Where are Magento2 modules located? 3. Creating the first module and describing its structure 4. How to check that the module is working? We are going to create the Magento2 module. You will find the information about the required files for your […]