drupal-console-launcher
drupal-console-launcher copied to clipboard
DrupalConsole global executable aka Launcher.
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.7.0 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.14.1 to 2.15.4. Changelog Sourced from twig/twig's changelog. 2.15.4 (2022-12-27) Fix optimizing closures callbacks Add a better exception when getting an undefined constant via constant Fix if...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
Hello, When installed with `composer global require drupal/console-launcher`, `drupal` then returns this error: ``` Something is wrong with your drupal.phar archive. Try downloading again by executing from your terminal: curl...
This link: https://drupalconsole.com/installer Maybe you forget add the "drupal.phar" asset to this release. https://github.com/hechoendrupal/drupal-console-launcher/releases/tag/1.7.0 Thank you so much for your work!
Cross referencing https://github.com/hechoendrupal/drupal-console/issues/3847, With some debugging, I found that the launcher was starting drupal console with a path argument that was just the name of the directory that contained drupal,...
The command formed by line 20 of LauncherContainer.php seems to be causing issues on Windows. ` C:\Users\lal65\Sites\wcprospect8-dev>drupal site:install ` `'C:\Users\lal65\Sites\wcprospect8-dev/vendor/drupal/console/bin/drupal' is not recognized as an internal or external command, operable...
There's one thing I came across during installation with `drupal quick:start`. I noticed that for the installation to succeed I had to enter an absolute path during the question _"Enter...
The readme only gives these installation instructions: ``` curl https://drupalconsole.com/installer -L -o drupal.phar mv drupal.phar /usr/local/bin/drupal chmod +x /usr/local/bin/drupal ``` Why doesn't it mention the following? ```composer global require drupal/console-launcher```...
This checks for the autoloader path when launcher is either installed as a phar, or globally with composer via `composer global require drupal/console-launcher`. Running console from a global install via...