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

### Consider adding phpcs support to generated modules ### Problem/Motivation We'd like to iterate the generator for modules to better setup modules for security scans on Drupal.org. **Details to include:**...

Fixes fatal errors on link generation: https://github.com/hechoendrupal/drupal-console/issues/4317

### Problem/Motivation Drupal-Console can’t be installed in a Drupal 8.8.2 site. ### How to reproduce * Install a Drupal 8.8.2 site * Try to install Drupal-Console with `composer require drupal/console:~1.0...

array_pop need to use reference, current will do the same work without error

### Issue title Trying to run the following command: drupal generate:permissions \ --module="mmh_test_module" \ --permissions='"permission":"create test", "title":"Create Test", "description":"Create Test"' however getting the following error: In permission.yml.twig line 6: Key...

### Incredibly slow performance version 1.9.7 [ *console* ] slow performance version 1.9.7 ### Problem/Motivation both Linux (Ubuntu Server 10) and Big Sur, the console (version 1.9.7) is unbelievably slow....

### Problem/Motivation I was unable to generate the module files to install a CKEditor plugin in Drupal 8 due to a misspelled variable in _'console/templates/module/src/Plugin/CKEditorPlugin/plugin.php.twig'_. ### How to reproduce -...

### Problem/Motivation On ```composer install``` Composer 2.1.3 creates this **drupal** file in _bin-dir_ directory as follows ```php #!/usr/bin/env php

### Problem/Motivation Using the cect command causes base_field_override files to be created with an extra ".yml" extension, which has to be manually removed. ### How to reproduce Here's a sample...

An attempt to instal console on top of D9.1.0-rc3 site resulted in compatibility error: ``` composer require drupal/console --prefer-dist --optimize-autoloader Using version ^1.9 for drupal/console ./composer.json has been updated Gathering...