Monthly Archives: November 2021

How to Install Magento on windows host

Let follow below post, how to install Magento 2.4 locally on Windows using XAMPP server. This tutorial is targeted on current Magento 2.4 users and also users who are completely new to Magento. Now, let’s get started! Part 1: Install and configure XAMPP Step 1: Download XAMPP Download link: https://www.apachefriends.org/download.html We recommend installing XAMPP with PHP… Read More »

How to create own custom API in Magento 2

The REST API documentation published on the Magento 2 Developer Documentation website describes the REST APIs that are available on the latest release of Magento 2.  This documentation is generated from the code base using Swagger and represents the state of the code at the time the documentation was generated. Swagger displays a list of service names. Click on a service… Read More »