Drupal-console

Drupal console with aquia/blt drupal 8

The Drupal console makes Drupal developers' lives really easy.

Install the Drupal console on your system.

Download and move it to the local path with execute permission, then run the following commands:

curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal

Run the following command to copy the config file into your home directory.

0/5