What are the drush commands you use while development?
Answer / 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 |
What is the use of auto-reply field in contact module?
Is drupal a database software?
Which are the core required modules in drupal 6.x?
What is the use of Length of trimmed description field in Feed aggregator?
what are the benefits of drupal?
What is the use of ctools module?
Is drupal more secure than wordpress?
How many types of cms are there?
What are modules in drupal?
How to customize a drupal syndicate feed icon?
Explain user, permission, role in drupal?
How to export the variable configuration from one environment to other?