Downloads

Download tar.gz 16.29 KB
MD5: 6b0c16a696e4bd476f9345cf8474fc45
SHA-1: c1d17da9e31127e7e62dca82e14b007ab7b508b4
SHA-256: ffdaacb08fc4769675da0526e73881afa04119e2f737bce1208e2266951bfb60
Download zip 24.43 KB
MD5: 8254669711aaf9839c455d4d5ec5ff15
SHA-1: 8fb28eb98014fc8c9fd3217ebe1a1ec5553173ea
SHA-256: 8c507169e661163a2b2ccb235aa6ab80a7d90badb710f7004acef95970d8daae

Release notes

This alpha release of Drupal CMS 2.0 includes tighter integration with Canvas, and many bug fixes. This release should be used for testing only and is not suitable for building production websites.

To spin up a Drupal CMS project, use the following commands:

composer create-project drupal/cms:2-alpha2 -s alpha --no-install
cd cms
composer config minimum-stability alpha
composer install
composer drupal:recipe-unpack

If you are using DDEV, run these commands in an empty directory:

ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:2-alpha2 -s alpha --no-install
ddev composer config minimum-stability alpha
ddev composer install
ddev composer drupal:recipe-unpack
Created by: thejimbirch
Created on: 19 Nov 2025 at 16:41 UTC
Last updated: 19 Nov 2025 at 16:53 UTC
Bug fixes
New features
Unsupported

Other releases