jmolivas / drupal-console-extend-example

Drupal Console Extend Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal Console Extend Example

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

Conventions to follow

  • Composer package type must be declared as drupal-console-library.
  • Command registration must be done using the console.services.yml file at package root.
  • Service definition should done by tagging services as drupal.command.

About

Drupal Console Extend Example


Languages

Language:PHP 100.0%