How to add Drush to PATH?
On a CentOS with Bash with MariaDB and PHP 8.1 I use Drush.
Drush is the command line for Drupal, a content management system.
Each time I run a Drush command I write like:
or
How could I utilize PATH to no longer need vendor/bin for Drush commands?
Is this the way to go?
评论
?
参与讨论