Answer Posted / 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 |
Post New Answer View All Answers