"magento 2"

Magento 2 Installation Guide

- Magento 2

How to install Magento 2

In this post, we’ve gathered all the necessary information about Magento 2 installation. The new version of the platform has been finally released, so don’t hesitate to find out how to install the Magento 2 software. Below, we discuss different approaches to the Magento 2 installation from the use of the Setup Wizard to more complicated procedures based on Composer and the command line. To get more information about Magento 2 check our main Magento 2 Overview .

All  Magento 2 features, rumours, and roadmap on Firebear

Continue Reading

How to Deploy Magento 2 To Production

- Magento 2

Magento 2 deployment to production

If you don’t have any exact strategy for deploying your new Magento 2 website to production, then you’ve come to the right place. Below, we provide general guidelines which will be helpful for everyone who wants to deploy Magento 2 to production. Please note that each Magento 2 store has its unique features and requirements, so it is recommended to deal with a specialist who can help you choose what additional steps are vital for your particular case. Continue Reading

Magento 2 Cron Configuration

- Magento 2

How to configure Cron in Magento 2

In the following article, we shed light on proper Magento 2 cron configuration. Below, you will find general advices about configuring and running cron, section related to component manager and system upgrade with cron, and a short troubleshooting guide. Continue Reading

Magento 2 Composer Guide

- Magento 2

Magento 2 Composer

In this Magento 2 Composer guide, we will explain how to use the application-level package manager with the most popular ecommerce platform. Being inspired by Node.js npm, Composer provides a unified format that simplifies dependency management of PHP software. The usage of Composer in various Magento 2 projects is inevitable, because it is a part of the platform. You can run the package manager through the command line, installing dependencies for your modules. Besides, Composer provides the ability to install Magento 2 extensions available on Packagist (the repo is described below). Another important feature introduced in Composer is a set of autoload capabilities for libraries that essentially simplifies the usage of third-party software solutions. Continue Reading