Saphal

How to start with GitHub?

Here are some GitHub useful command in daily development life. Open the command line / Terminal / GitBash Navigate to the directory where you want to use the git.CD /var/www/html/github_demo 1. To make you current directly managed by the Git program 2. Now add all the files to the git in initial commit, run 3.

How to start with GitHub? Read More »

How to get Technologies of a Website?

BuiltWith – https://builtwith.com/Web technology information profiler tool. Find out what a website is built with. Netcraft – https://sitereport.netcraft.com/Using results from Netcraft’s internet data mining, find out the technologies and infrastructure used by any site. PageXray – https://chrome.google.com/webstore/detail/pagexray/aedmpdookgbneegaeajpoldpnpfbpmlbChrom Tool – This extension will give you a one-click access to find-out the technologies used on the current

How to get Technologies of a Website? Read More »

5 Reasons, Why you should upgrade you magento to latest version 2.4.4?

Platform enhancements – support PHP 8.1 PHP 7 end of life in November 2022 – https://endoflife.date/php Security enhancements jQuery UI upgrade GraphQL and Fixed many issues Official release notes:Magento Open Source 2.4.4 Release Notes -https://devdocs.magento.com/guides/v2.4/release-notes/open-source-2-4-4.html Adobe Commerce 2.4.4 Release Notes: https://devdocs.magento.com/guides/v2.4/release-notes/commerce-2-4-4.html

5 Reasons, Why you should upgrade you magento to latest version 2.4.4? Read More »

How to Install and Configure PHP 8 (for magento)?

Add a Linux repository that includes all PHP versions: $ sudo apt install software-properties-common$ sudo add-apt-repository ppa:ondrej/php Install PHP in Apache$ sudo apt update$ sudo apt install php8.0 libapache2-mod-php8.0$ sudo systemctl restart apache2 Installing PHP extensions:$ sudo apt install php8.0-{Extension-Name} Example$ sudo apt install php8.0-xml php8.0-intl For Magento install below PHP extensions: ext-bcmath ext-ctype ext-curl

How to Install and Configure PHP 8 (for magento)? Read More »

Magento Open Source VS Magento Commerce full features list

Open source vs Commerce Features Open Source Magento Commerce Integrated Checkout, Payment, and Shipping ✔ ✔ Mobile Optimized Shopping ✔ ✔ Global Selling ✔ ✔ Catalog Management ✔ ✔ Extended Functionality via App Marketplace ✔ ✔ Instant Purchase ✔ ✔ Site Search ✔ ✔ Business Intelligence Dashboards ✔ B2B Functionality ✔ Advanced Marketing Tools ✔

Magento Open Source VS Magento Commerce full features list Read More »