Open lmakarov opened 8 years ago
@lmakarov you can get the latest release of the global executable aka DrupalConsole Launcher at this repo: https://github.com/hechoendrupal/drupal-console-launcher/releases
As a note you should also need to install DrupalConsole repo per site using:
composer require drupal/console:~1.0 \
--prefer-dist \
--optimize-autoloader \
--sort-packages
The Download phar file section should probably be updated to reflect that at https://docs.drupalconsole.com/en/getting/download.html
We are installing Drupal Console from Github (this allows us to control the version number).
Unfortunately the last release here on Github that had
drupal.phar
included as a downloadable artifact was 1.0.0-beta5.Can you please upload
drupal.phar
for the recent releases as well?