Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 540 Bytes

update.md

File metadata and controls

20 lines (15 loc) · 540 Bytes

Update project

Drupal 8 is under heavy development, to keep in sync with the latest changes. The easiest and recommended way of updating Drupal Console is using the self-update command.

Depending on the installation method:

Installed globally (and renamed to "drupal"):

$ drupal self-update

Installed globally (using composer):

$ composer global update drupal/console:@stable

Installed locally (running from directory where the console.phar has been downloaded):

$ php console.phar self-update