Downloads

Download tar.gz 239.35 KB
MD5: 960417bd51208306149b5f90d9dc58a9
SHA-1: 1bc2ccf3657c2d17c7ca99b9b55349633367bce5
SHA-256: 88cafb2ffabe13481be4cfe05cf88ab8609d96263ed3ffaefc1459b189073ff5
Download zip 243.34 KB
MD5: 5c60e12a501ae5e2a57b46a02d0f8e6f
SHA-1: f20ba81691a155346dd183f439392d1b7eac20a2
SHA-256: c40f2c886b3e25302254743fe0d4fed85c3e899951a3228118d43f7ebb12a85a

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: phenaproxima
Created on: 19 Nov 2025 at 16:25 UTC
Last updated: 19 Nov 2025 at 16:46 UTC
Bug fixes
New features
Unsupported

Other releases