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

### Use drupal console without installed site [ `console` ] Only use drupal console for generate code ### Problem/Motivation If I want to use drupal console to generate code only,...

### Issue title debug:rest with proper status [ *debug:rest* ] let status show actual enabled/disabled status ### Problem/Motivation command always showed 'disabled', even if enabled ### How to reproduce console...

Used command: ``` drupal generate:cache:context \ --module="rg_location" \ --cache-context="current_city" \ --class="CurrentLocationCacheContext" ```

### Issue There is no way to change easily default theme of admin UI using drupal console. There is an option for [drush](https://drushcommands.com/drush-9x/) to change current admin theme via `drush...

Hi, this code works for me, and I expect it might work for others too. That said, I'm a beginner in object oriented programming and Drupal 8, so there probably...

### Problem/Motivation When I run a drupal command for my docksal local env, I have to set the uri in the drupal command even though I have configured a site...

### [standard] Autocomplete not working in bash in Ubuntu 19.04 ### Problem/Motivation I tried to enable autocomplete on bash in Ubuntu 19.04. I was not able to get it working...

The docs to create a custom command are outdated. It must be update using the latest changes. Document link https://drupalconsole.com/docs/en/extending/creating-custom-commands

### Problem/Motivation We need to review all the code generated by the generators to verify if the code has the Drupal coding standard. **Details to include:** - Why are we...