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

### composer.json generate fail, when generate a new module. [ *ISSUE-GROUP* ] Short description The *ISSUE-GROUP* should be one of: * `command:gm` ### Problem/Motivation Someone created an issues relatively. https://github.com/hechoendrupal/drupal-console/issues/4118...

new-feature

### Problem/Motivation - With Drupal 8.8 the example local settings file has a suggested option to exclude exporting certain config. See this documentation: https://www.drupal.org/docs/configuration-management/development-modules-excluded-from-configuration-management But the command `drupal config:export` does...

### Issue title [ *ISSUE-GROUP* ] config:export:content:type ### Problem/Motivation When using config:export:content:type to export a content type with base_field_overrides such as title or promote, the YAML files created have `.yml.yml`...

D9 - Drupal init fails generating automplete files. The Class 'Symfony\Component\Process\ProcessBuilder' is not available anymore in Symfony 4.4 Similar issue: https://github.com/pact-foundation/pact-php/pull/61/commits/085d7bf5adf402201782d1cc1303ccd163f2cfeb Fixed by using intead: `use Symfony\Component\Process\Process;`

### Issue title Package type "drupal-console-library" is not supported ### Problem/Motivation A few years back we developed a Drupal Console extending package. This package extends Drupal Console by defining itself...

Drupal version : 9 Php version : 7.3 Composer version : 1.9.0 after run command `composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader ` i get all this errors : ``` Problem 1...

### Problem/Motivation ``` $ drupal /usr/local/bin/drupal: line 2: syntax error near unexpected token `

### A comma it is missing in FieldWidget class ### Problem/Motivation A comma is missing in annotation @FieldWidget after module. And once creating the field, it fails. Example: ``` *...

### Provide --format=JSON for debug:container and other debug commands [ *console* ] The original symfony/console package allows output in JSON format. ### Problem/Motivation There are some extensions that rely on...

### Error instalation Drupal console Drupal 8.9 When installing drupal console in drupal 8.9 with composer environment I get the following error. Drupal 8.9 requires symfony console to be greater...