"packages"

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

The Most Popular Packages for Bower and NPM

- Fire development

The best Bower and NPM packages

We’ve recently described the best JavaScript package managers, and this blog post is its continuation. Therefore, below you will find the best packages for npm and Bower. Some of them are already mentioned in the previous post, while we’ve also tried to dig something new. If you are not familiar with package managers, let’s start our journey into the world of Bower and npm packages with a short description. Continue Reading