-
Notifications
You must be signed in to change notification settings - Fork 937
Suggest to install Drupal Console #353
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
Conversation
I don't think project itself uses/requires drush either. If we move this should we not be consistent and suggest Drush as well? That said I can't picture setting up a drupal site as CLI administered via Composer without including the other CLI tools for Drupal. |
I agree with @FatherShawn, maybe we can include a fix to #357 on this PR? |
Good suggestion, Drush is only used in the test suite, so it can be moved to |
require-dev is a poor practice. Most prod sites need a local drush for
routine maintenance.
|
I agree with moshe that drush is often used in production environments, although for the purist that is also wrong, but we are talking of things people use, not about some gold standard. For the same reason, moving drupal console to suggested seems backwards to me, maybe, just maybe require-dev would be fine instead of require, and that is just while drush 8 is still being used. I'm not sure right now which one of drush 9 or drupal console I would use more routinely in production, probably console, so I would leave both in require. |
In the issue there were a lot of people commenting that they are interested in having it available for development by default. Let's move it to |
I will keep it as is for now. This could be a feature of the setup wizard. #384 |
Fixes #352.