drupal/console-en
Drupal Console English Language
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later 7594601fff153c2799a62bd678ff80749baeee0c
- David Flores <dmousex.woop@gmail.com>
- Jesus Manuel Olivas <jesus.olivas.woop@gmail.com>
- Eduardo Garcia <enzo.woop@enzolutions.com>
- Omar Aguirre <omersguchigu.woop@gmail.com>
- Drupal Console Contributors
This package is auto-updated.
Last update: 2026-06-29 00:52:48 UTC
README
Usage
Drupal Console project it's installed per each Drupal 8 website with English language by default.
To install Drupal Console package in other languages check the packages available at https://packagist.org
Install Drupal Console
To install the appropriate version of Drupal Console project for your drupal installation, run the following composer command
$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
Install Drupal Console launcher
In order to avoid conflicts between Drupal release and have a Drupal Console version between major and minor releases in Drupal, a Drupal Console launcher was created. In order to facilitate to load the Drupal Console commands available to each Drupal 8 website,
To install Drupal Console launcher globally follow the instruction below.
$ curl https://drupalconsole.com/installer -L -o drupal.phar
# Or
$ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
$mv drupal.phar /usr/local/bin/drupal
$ chmod +x /usr/local/bin/drupal
Contribute
If you want to contribute to this translation, you need to follow this steps to setup your environment.
N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors.
