Downloads

Download tar.gz 744.29 KB
MD5: b18a7ac513bb97ece04525e1cbd8b9c6
SHA-1: 7b70aa5de8090a773691e68760873542269f8511
SHA-256: 53c5922d526ade6f509527c63e50735b82600edae18549aadbf5cad3406a095d
Download zip 758.22 KB
MD5: 3ce05faffc555d47bd4f179efaf1742d
SHA-1: e98146e2e9e538baeb19a9c43a6042e28acdb1e5
SHA-256: 4b8fd8fc4e9100bc392c5aafb324e976160e2c29b1b533d75a0792e2f5a77df3

Release notes

The alpha version of Drupal CMS 2.0 includes Canvas integration and two site templates: Starter and Byte. 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-alpha1 -s alpha --no-install
cd cms
composer config minimum-stability alpha
composer install

If you are using DDEV:

ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:2-alpha1 -s alpha --no-install
ddev composer config minimum-stability alpha
ddev composer install
Created by: phenaproxima
Created on: 17 Oct 2025 at 12:50 UTC
Last updated: 17 Oct 2025 at 13:34 UTC
Unsupported

Other releases