drupal 8 如何安装 drush 9

Posted qinqiu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了drupal 8 如何安装 drush 9相关的知识,希望对你有一定的参考价值。

composer require drush/drush

Drush Launcher:  https://github.com/drush-ops/drush-launcher

---
cd /usr/local/bin

wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
sudo mv drush.phar /usr/local/bin/drush

cd /var/www/html/share/d871
drush status

以上是关于drupal 8 如何安装 drush 9的主要内容,如果未能解决你的问题,请参考以下文章