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 |
Explain updating drupal?
What is Drupal error handling?
What is use of user entity?
What is the use of views in drupal 8?
What is a node in drupal 8?
What is a block in drupal?
What are the databases drupal supports?
Name the translations available in drupal?
List out the SEO modules available in Drupal?
Is drupal a framework?
What is cross site scripting ? How do you ensure from drupal end?
What is the use of Length of trimmed description field in Feed aggregator?