Category Archives: cli

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 […]