Find by Category

Install Magento 2.3.x on Ubuntu With Composer

Let us install Magento 2.3.x community edition on Ubuntu 19.10 with composer. I already have installed PHP 7.3, MySQL 8, and Apache2.4 and tested phpinfo method; it’s working on my Ubuntu laptop with Ubuntu or Debian. I am assuming that you also have installed PHP, MySQL, Apache 2 web server, and composer. One more thing; … Read more

How to Install Magento 2.3.x on Server

Before you start installing Magento on your web hosting server, make sure you have PHP 7.3 set as default version and you also want to make sure that required php extensions including pdo_mysql, openssl are enabled on your server.

How to Change Logo in Magento 2

How to change logo in Magento 2 theme Login to your Magento store admin dashboard area. Click Content Click Configuration under Design section Scroll down to Other Settings Click Header Upload your logo Save Configuration from right top Now, go ahead and pull up your website in a new tab to check if your new … Read more