Downloads

Download tar.gz 11.46 KB
MD5: a3fecb026911db9da182abe9c895e158
SHA-1: ffb87da78516f521a16f0dda265c5845fdd597e8
SHA-256: 2a0faf6c63acaaf1dbdd51cccc7aaa56d78c240708c6e860e0f5afbb5ec5d373
Download zip 14.73 KB
MD5: 546356c6ac49ab3e29214f2cdc74153d
SHA-1: a1805d9810195cea078e2453b5d411554d9549a5
SHA-256: ec21f36ced5e14c58c456e46cdeaa70067c83a97c168d131c113a57aa9bf59ab

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