admin
WordPress asking for FTP credentials to install or update the plugin or theme
In this article, you will learn how to fix the issue where WordPress is asking for FTP credentials on plugin/theme install or update. You might see the below pop when you try to install any… Read More »WordPress asking for FTP credentials to install or update the plugin or theme
How to print logs in Magento 2?
In this post, We will share a code snippet and little hit explanation on how to print logs in custom and default logs file. Generally, developers don’t write any code that logs meaningful and relevant… Read More »How to print logs in Magento 2?
How to create a custom table in Magento 2?
In this blog, I will share how to create a new table in Magento 2. Previously, We were using InstallData and InstallSchema scripts, which executed at the time of module installation. UpgradeData and UpgradeSchema scripts,… Read More »How to create a custom table in Magento 2?
How to apply Schema Patch in Magento 2?
A schema patch includes custom schema modification instructions which means you can add, update, or delete a column from the custom table or EAV table. These modifications can be complex. It is defined in a… Read More »How to apply Schema Patch in Magento 2?