hechoendrupal / drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
http://drupalconsole.com
GNU General Public License v2.0
939 stars 558 forks source link

Provide drupal.phar download for releases on Github #2854

Open lmakarov opened 8 years ago

lmakarov commented 8 years ago

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?

jmolivas commented 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
anavarre commented 8 years ago

The Download phar file section should probably be updated to reflect that at https://docs.drupalconsole.com/en/getting/download.html