Anuj Kaushal

Posts Categorized / Magento

Run this to reflect Magento 2 code changes

August 8, 2020 | Bash, Blog, Command, Magento | by anuj

So its very annoying when you change something in Magento 2 code and it change doesn’t reflect. As a practice i always run following commands to make sure magento is reflecting the latest code You can always enable developer mode but in my practice i want to rely on manual commands In case your website […]

How to access Magento 2 API using curl command

March 24, 2020 | Blog, Magento | by anuj

When i first time trying to access to Magento 2 API using CLI curl command. I couldn’t find any good reference or example. So i have decided to write my own reference for future. You can access Magento 2 API in two simple steps. Unlike from Magento 1 you don’t have to generate separate API […]