Upgrading

Upgrading from an older version of Magallanes? A few things have changed in 1.0.x that you’ll want to know about.

Before we dive in, go ahead and fetch the latest version of Magallanes (system-wide):

$ mage upgrade
Diving in

After fetching upgrade.json file from the update server. Magallanes will auto-upgrade itself. You can check the current version with the lovely command: mage version

With the Composer

You are fan of Composer? Then I don’t think there is any way can be more simple than using Composer to upgrade Magallanes. You only need to run the following command to upgrade Magallanes to latest version on the sky.

~ $ cd my-project
~/my-project $ composer update magephp/magallanes
# => Magallanes is up-to-date now!