Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Drush with Drush Launcher #166

Merged
merged 2 commits into from
Jul 15, 2018
Merged

Conversation

gormus
Copy link
Contributor

@gormus gormus commented Jul 15, 2018

Per official documentation's recommendation, I propose replacing globally available Drush (installed via composer) with the official Drush Launcher.

It is recommended that Drupal 8 sites be built using Composer, with Drush listed as a dependency. ... To be able to call drush from anywhere, install the Drush Launcher. That is a small program which listens on your $PATH and hands control to a site-local Drush that is in the /vendor directory of your Composer project.

Drush Documentation
http://docs.drush.org/en/master/install/

@gormus
Copy link
Contributor Author

gormus commented Jul 15, 2018

Related:
laravel/homestead#782

@svpernova09 svpernova09 merged commit 03e41ca into laravel:master Jul 15, 2018
@svpernova09
Copy link
Contributor

Thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants