Drush

Upgrade Drush from 7.x to 8.x in MAC (which was installed via composor)
> composer global update
> composer global require drush/drush:8.*
> which drush
> drush --debug ( to debug drupal installation and others)

Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Set up Drupal7 to Drupal8 migration in simple steps (using Drush)