Drupal

Drupal 9 Installation

January 6, 2022

Setup

Download the latest version of Drupal using Composer. With Composer is easy to manage all the Drupal dependencies.

composer create-project drupal/recommended-project my_project

This command automatically executes the composer install command and download the latest Drupal version.