What are the drush commands you use while development?
Answer Posted / Alok Ranjan Chaudhary
During Drupal development, some commonly used Drush commands include: n- `drush up @alias` (Updates the site to a specified version) n- `drush pm-enable module_name` (Enables a specific module) n- `drush pm-disable module_name` (Disables a specific module) n- `drush cc all` (Clears the cache for your entire site) n- `drush sqlq "QUERY HERE"` (Executes custom SQL queries) n- `drush config-export` (Exports configuration settings) n- `drush config-import` (Imports configuration settings)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers