How to fetch a new version of drupal?
Answer / Sunny Mehrotra
To fetch a new version of Drupal, you can use the Composer tool. First, ensure that Composer is installed on your system. Then, navigate to the directory containing your Drupal project and run the command: `composer create-project drupal/recommended-project my_drupal_project --8.x`. This will download and install the latest version of Drupal 8 (replace '--8.x' with '--9.x' for Drupal 9).
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you avoid sql injection?
Explain about webform module?
Explain about workbench moderation module
What is Multilingual content?
What is a box in drupal?
How we can achieve the multistep form using drupal form api?
Can we include one php file multiple times?
What are roles in drupal?
Explain what is drupal weight?
Why should I use drupal?
Explain the menu system in drupal? Purpose of menus?
What is sticky session? Load balancer uses?