How do I install drush globally?
Answer / Bushra Saher
To install Drush globally on a Unix-like system, use the following command: `curl -L https://github.com/drush-ops/drush/releases/download/v10.x-dev/drush --create-dirs -o /usr/local/bin/drush && chmod a+x /usr/local/bin/drush`
| Is This Answer Correct ? | 0 Yes | 0 No |
Name and describe the five conceptual layers in a drupal system.
What are the key features of drupal?
How we can achieve the multistep form using drupal form api?
How do I get my site to have seo-friendly urls?
What is the difference between hook_init, hook_boot, hook_exit?
Explain the flow of information between the 5 main layers of drupal?
Drupal features / drupal benefits / why use drupal ?
What is cron in drupal ?
What is drupal framework?
What makes “search” in drupal as an excellent feature than other cms?
What is module in drupal? List out some of the modules used in drupal?
How pdo used in drupal?