Downloads

Download tar.gz 239.44 KB
MD5: 460a331082ded3ba72e22e587a458ae0
SHA-1: eb7c7ad66a6aaeb52a9fd5eba02e9841f83eda75
SHA-256: dc07c446b89a9c1e059ec0cad3c13743734ef1425f070f3edf3a45107a7df24b
Download zip 243.46 KB
MD5: 2183658bee749baee28d02246a4472f5
SHA-1: 9a1ab2785cf147c75fd1ae7ed42b00205947a5b3
SHA-256: a5ed02aa2c4e0c23316263c4a316a59a6b6954656aff9f3ffaa15931debe73a5

Release notes

This beta release of Drupal CMS 2.0 includes improved integration with Canvas, an updated component library, and many bug fixes. This release should be used for testing only and is not suitable for building websites. There is no update path for Drupal CMS.

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

composer create-project drupal/cms:^2 -s beta --no-install
cd cms
composer config minimum-stability beta
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 -s beta --no-install
ddev composer config minimum-stability beta
ddev composer install
ddev composer drupal:recipe-unpack

To install Drupal CMS using Drush, you can use:

drush site:install

This will install the Starter site template.

To install Byte, use:

drush site:install ../recipes/byte

Other notable changes since 2.0.0-alpha1:

Created by: phenaproxima
Created on: 17 Dec 2025 at 00:41 UTC
Last updated: 17 Dec 2025 at 00:41 UTC
Bug fixes
New features
Unsupported

Other releases