dev-master
9999999-dev http://drupalconsole.com/Drupal Console Arabic Language
GPL-2.0+
development console symfony drupal
Drupal Console Arabic Language
DrupalConsole Arabic Language / اللغة العربية, (*1)
Drupal Console project it's installed per each Drupal 8 website with English language by default., (*2)
To install Drupal Console package for Arabic language run the following instructions, (*3)
$ composer install require drupal/console-ar
To install the appropriate version of Drupal Console project for your drupal installation, run the following composer command, (*4)
$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
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,, (*5)
To install Drupal Console launcher globally follow the instruction below., (*6)
$ curl https://drupalconsole.com/installer -L -o drupal.phar
Or, (*7)
$ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar $mv drupal.phar /usr/local/bin/drupal $ chmod +x /usr/local/bin/drupal
If you want to contribute to this translation, you need to follow this steps to setup your environment., (*8)
N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors., (*9)
Check instructions at https://github.com/hechoendrupal/drupal-console-en, (*10)
Drupal Console Arabic Language
GPL-2.0+
development console symfony drupal