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

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Results 141 drupal-console issues
Sort by recently updated
recently updated
newest added

### Problem/Motivation The Drupal Console Launcher installation instruction is broken, the first command ``` curl https://drupalconsole.com/installer -L -o drupal.phar ``` Is downloading a Server Error web page instead of the...

### syntax error near unexpected token `

[ *ISSUE-GROUP* ] Short description The *ISSUE-GROUP* should be one of: generate:module ### Problem/Motivation Just set up console and tried to run gm command. drupal generate:module \ --module="Qleva" \ --machine-name="qleva"...

### Issue title https://drupalconsole.com/installer not working gave Error Server Error Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds....

Fix #4310 Since the later arguments are required this should be all that's needed.

A [blog post](https://webfutura.eu/drupal-custom-entities-drush) about a Drush entity generator [states that](https://webfutura.eu/drupal-custom-entities-drush#how-custom-entity-types-was-done-in-drupal-7---8) «Drupal console appeared as an alternative to drush to do all kinds of boilerplate code generation but if it is...

### Problem/Motivation PHP8 outputs a notice for methods that define optional arguments before required arguments (https://php.watch/versions/8.0/deprecate-required-param-after-optional). In `Drupal\Console\Bootstrap\DrupalServiceModifier`, the first argument to the constructor defines a default value as null....

### Issue title Duplicate key "module:download" [ `console` ] ### Problem/Motivation Trying to use Drupal Donsole with Drupal 9, results in the following error w/ stack trace: ``` drupal generate:theme...

### Problem/Motivation When trying to install a new module using module:install command, the following error is thrown: `Error: Call to undefined function Drupal\Console\Command\Shared\system_rebuild_module_data() in /var/www/vendor/drupal/console/src/Command/Shared/ProjectDownloadTrait.php on line 178 #0 /var/www/vendor/drupal/console/src/Command/Shared/ProjectDownloadTrait.php(117):...