Magento2 has lots of modules in the build which are not required for most of the website. So it is necessary to disable the module that is not temporarily important using the below command therefore website much faster.
Category: Magento 2
Magento 2 is the latest upgrade of Magento, which was originally developed by Varien Inc. Started officially in 2007, which to be more certain, August 31 is the date of first public beta version release.
On November 17, 2015, Magento 2 was officially released. Inherited lots of success factors of Magento, Magento 2 also present modern technologies and structure, as well as modified directory structure but more simplified customization. Now Magento 2 and Magento 1 are existing simultaneously.
Magento 2: Application initialization and bootstrap
This process can be used to create cron file for the required operation like insertion and display data of Magento like customer, product, category. We can create file in the root of the website and write the script to process the custom script.
Guzzle: PHP HTTP Client
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
Magento 2: ERROR – Area is already set
The issue ‘Area is already set’ is the common issue in Magento 2.2.4 and 2.2.5 version and it is the critical issue because we can not change the theme configuration. We also face this issue when upgrading Magento from lower version to upper version.
Magento 2: API
I am writing this post to describe how to use Magento API through php script and also for the APP. So it helps to develop APP and also to test in Magento side.
Magento 2: Get controller, module, action and route name
In Magento2 website development, we need to get the current module, controller, action or router name. Magento has many numbers of module, controller, action & router. In this blog, we will show you how to get the name of the current module, controller, action, and route in Magento 2.
Magento 2: Grunt
Grunt is the JavaScript Task Runner. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes.
Installing and configuring Grunt
Magento 2: Create Product Programmatically
Creating more products in the admin is time taking and panic. Coding here which helps to create products running through command or hit in browser or setup in CRON so that it automatically create products. You can also use this for getting products data from a CSV and import into Magento. Scripting here in detail like writing all information in log which helps to debug data.
Magento 2: Display product review
Here i am writing code for displaying product review in Magento 2. So you can display product review in any page(phtml) like featured products, new products, best seller products, etc.
Magento 2: Category and product collection
Here I am writing code for category and product collection in Magento 2. Also, you can check how load product or category, get children products of the configurable product. You can see all the query related to product and category.