Open prudloff-insite opened 5 years ago
Same thing in August 2020. And the curl command above returns a servor-error message. Is this project dormant? Does it support Drupal 9 at all?
The site is broken - if/until someone fixes it, you can download the .phar file here: https://github.com/hechoendrupal/drupal-console-launcher/releases/tag/1.9.4
Or use the following to install Drupal Console Launcher:
curl https://github.com/hechoendrupal/drupal-console-launcher/releases/download/1.9.4/drupal.phar -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal
Hello, When installed with
composer global require drupal/console-launcher
,drupal
then returns this error:Would it be possible to support installing it this way? It would be easier to integrate it in our system than using the PHAR.