How to Update Magento 2 (composer way)
Magento 2 offers possibility to update it’s self through Magento backend panel or trough composer (described here).
First of all check if the cache is enabled:
php bin/magento cache:status
Magento 2 offers possibility to update it’s self through Magento backend panel or trough composer (described here).
First of all check if the cache is enabled:
php bin/magento cache:status
Magento can be setup in 4 different ways, here i’m touching just the 4th – through composer.
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition ./
During installation I got a series of problems, I’ll try to add them between steps so you know what it can happen, example:
Read more “Setup Magento 2 with Sample Data through Composer”