Skip to content
Code Assemble
  • Home
  • Magento 2
  • WordPress
  • Code Snippets
  • Privacy Policy
Code Assemble
  • Home
  • Magento 2
  • WordPress
  • Code Snippets
  • Privacy Policy
Fix WordPress asking for FTP credentials issue

WordPress asking for FTP credentials to install or update the plugin or theme

  • November 29, 2020December 24, 2020

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

print logs in magento 2

How to print logs in Magento 2?

  • November 29, 2020November 29, 2020

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?

  • October 10, 2020November 27, 2020

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?

How to apply Schema Patch in Magento 2?

  • October 10, 2020November 26, 2020

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?

Copyright © 2020 Code Assemble. All Rights Reserved.