drupal / console-extend-example
Drupal Console library extend example
Package info
github.com/hechoendrupal/drupal-console-extend-example
Type:drupal-console-library
pkg:composer/drupal/console-extend-example
0.2.0
2017-02-14 04:59 UTC
Requires (Dev)
- drupal/console-core: ~1.0
This package is auto-updated.
Last update: 2026-02-24 08:16:50 UTC
README
This project contains instructions and sample code to extend Drupal Console adding commands using a standard package/library.
Install on a site:
cd /path/to/drupal/
composer require drupal/console-extend-example
Install globally:
cd cd ~/.console/extend/
composer require drupal/console-extend-example
- For more information about adding commands globally Drupal Console Extend
Conventions to follow
- Composer package type must be declared as
drupal-console-library. - Command registration must be done using the
console.services.ymlfile at package root. - Service definition should done by tagging services as
drupal.command.