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

### Issue title Please revert 4169 and return to using constructors ### Problem/Motivation - "Defines an interface for pulling plugin dependencies from the container." the concept is to pass them...

Hi! i tried to install drupal console on my site and its not working and giving me this error "Installation failed, reverting ./composer.json to its original content." iMac:newtheming abyte$ composer...

### Diff remote configuration against local files `config:diff` Feature request (inquiry) for the ability to run `config:diff` from a remote installation against local files. ### Problem/Motivation During deployment/testing process I'd...

If you generate a new field widget through the scaffolding command `drupal gpfw`, you can't use your widget right away due to a fatal error caused by a missing comma...

**Describe the bug** I noticed something strange today with configuration synchronisation. When we deploy configuration that contains both the enabling of a (contrib/core) module & the config from it it...

### [config:import:single] Writing to DB without using the ConfigImporter. ### Problem/Motivation We noticed this issue when trying to install modules using the config:import:single command on a core.extension.yml file. While trying...

This pull request is fixing the issue reported here #4195 [config:export] Path is broken on windows #4195 https://www.drupal.org/project/drupal/issues/3103359

Too few arguments to function Drupal\Console\Generator\DatabaseSettingsGenerator::__construct() ### Problem/Motivation When running any drupal console command I get this error: `**ArgumentCountError: Too few arguments to function Drupal\Console\Generator\DatabaseSettingsGenerator::__construct(), 0 passed and exactly 1...