Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / README.md
1 # drupal-console-en
2
3 ## Usage
4
5 Drupal Console project it's installed per each Drupal 8 website with English language by default.
6
7 To install Drupal Console package in other languages check the packages available at [https://packagist.org](https://packagist.org)
8
9
10 ### Install Drupal Console
11
12 To install the appropriate version of Drupal Console project for your drupal installation, run the following composer command
13
14 ```
15 $ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
16 ```
17
18 ### Install Drupal Console launcher
19
20 Drupal Console launcher was created to avoid conflicts between major and minor releases. Drupal Console binary commands are available to every Drupal 8 instance on the machine.
21  
22 To install Drupal Console launcher globally follow the instruction below. 
23
24 ```
25 $ curl https://drupalconsole.com/installer -L -o drupal.phar
26 # Or 
27 $ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
28
29 $mv drupal.phar /usr/local/bin/drupal
30 $ chmod +x /usr/local/bin/drupal
31 ```
32
33 ### Contribute
34
35 Follow these steps to contribute to the current translation:
36
37 - [Project requirements](https://docs.drupalconsole.com/en/contributing/project-requirements.html)
38 - [Getting the project](https://docs.drupalconsole.com/en/contributing/getting-the-project.html)
39 - [Running the project](https://docs.drupalconsole.com/en/contributing/running-the-project.html)
40
41 N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors.