In this tutorial,I will explain to you about how to install Magento 2, installation of Magento 2. You can install Magento by using composer as well as command line and web setup wizard. 1.0 Install Magento 2 via Composer : Composer : Composer is an application-level package manager for the PHP programming language that provides a standard format for managing…
Month: April 2020
PHP Useful CLI Commands List
PHP Version : To verify your default PHP version. $ php -v PHP Info : We can use phpinfo() which is a very valuable debugging tool directly on the Linux command-line without the need of calling it from a file, simply as : $ php -r ‘phpinfo();’ Set Default PHP7.2 Version : To set php default version use below command.…
jQuery Countdown Timer
When building a coming soon or event page, you find yourself in search for a good way to display the remaining time. A countdown gives the feel of urgency, and combined with an email field will yield more signups for your newsletter. Creating a Countdown Timer HTML CSS Script Done ! Output. DevDocs Home
Magento 2 Useful CLI Commands List
In this blog, we will discuss about Command Line Inteface (CLI) in Magento 2. As you know, from Magento 2, they add many commands in bin magento. Merchants that use Magento 2 know it has a console command line. Below is the list of most important SSH / CLI commands for Magento 2 that I have found useful. To use…
Magento2 Composer Guide
Magento 2 uses Composer, a PHP dependency manager, to package components and product editions. Composer is a dependency management for PHP and in Magento 2, so the composer plays the role in gathering components and product editions. When using the Magento 2 composer, there is no requirement of storing all code of each component, and you only need to create…