Magento 2 – Add custom links to top menu
In this post we are discussing on how we can add custom menu to the magento 2 top menu Add these code to YourTheme/Magento_Theme/layout/default.xml This is how we can add custom links to magento 2 top menu.
Magento2 – Direct Mysql Query without using model
In this post we are discussing about the mysql queries in magento2 that we can execute directly without using model In Magento 1 it uses two resources one for read and another for write, and the scenario in Magento 2 …
Magento 2 CLI Commands
Magento Admin Url Info: ==> bin/magento info:adminuri Magento Enable/Disable command : ==> magento module:disable Magento_Weee ==> magento module:enable Magento_Weee Filemode Ignore Command: ==> git config core.fileMode false Magento admin url command: ==> php bin/magento info:adminuri Magento 2 reindex: ==> bin/magento …
