By Alvin Alexander. Last updated: February 10 2019
As a note to self, I learned today that you can install Drupal 7 modules from the command line with this Drush command:
drush en module_name
such as:
drush en smtp
As a note to self, I learned today that you can install Drupal 7 modules from the command line with this Drush command:
drush en module_name
such as:
drush en smtp