Home
/
Other Applications
/
Can I use Drush with my Drupal applications?

Can I use Drush with my Drupal applications?

Depending on your Drupal version, there are different versions of the Drush CLI that you can use.

If you are using Drupal 8.4 and above, you can use the tool with the following command:

drush

If you are using Drupal 8.3 or below, you can install Drush 8.0 using composer:

composer require drush/drush:8.0

Once this is done, you should use the installed Drush binary based on the installation’s location, for example if Drush is installed under:

/home/customer/www/domain.com/drush80

the path to the binary would be:

/home/customer/www/domain.com/drush80/vendor/bin/drush

Where domain.com should be replaced with your domain name.

Share This Article