drupal / console-en
Drupal Console English Language
- dev-master
- v1.9.7
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- v1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc26
- 1.0.0-rc25
- 1.0.0-rc24
- 1.0.0-rc23
- 1.0.0-rc22
- 1.0.0-rc21
- 1.0.0-rc20
- 1.0.0-rc19
- 1.0.0-rc18
- 1.0.0-rc17
- 1.0.0-rc16
- 1.0.0-rc15
- 1.0.0-rc14
- 1.0.0-rc13
- 1.0.0-rc12
- 1.0.0-rc11
- 1.0.0-rc10
- 1.0.0-rc9
- 1.0.0-rc8
- 1.0.0-rc7
- 1.0.0-rc6
- 1.0.0-rc5
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
This package is auto-updated.
Last update: 2024-10-29 04:42:03 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.