drupal-console-launcher icon indicating copy to clipboard operation
drupal-console-launcher copied to clipboard

Check for autoloader path when installed as global composer dependency

Open gapple opened this issue 6 years ago • 0 comments

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 composer still fails after this change, but it's due to the paths in DrupalConsoleCore::boot() being unaware of being run via console-launcher globally or from a project via console, and consequently neither console-launcher/services.yml or console/services.yml are loaded as required.

#120

gapple avatar Aug 13 '17 00:08 gapple