drupal / drupal_cms_site_template_base
A starter kit for building a Drupal CMS-based site template, ready to customize as you see fit.
Installs: 807
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-recipe
pkg:composer/drupal/drupal_cms_site_template_base
Requires
- drupal/drupal_cms_admin_ui: ^2
- drupal/drupal_cms_anti_spam: ^2
- drupal/drupal_cms_authentication: ^2
- drupal/drupal_cms_helper: ^2
- drupal/drupal_cms_media: ^2
- drupal/drupal_cms_privacy_basic: ^2
- drupal/drupal_cms_seo_basic: ^2
- drupal/easy_email_express: ^1
This package is auto-updated.
Last update: 2026-02-02 18:51:56 UTC
README
If you're here to create a site template for Drupal CMS, you've come to the right place; see GET-STARTED.md.
You should customize this file and fill it with information about the fantastic site template you build with this starter kit. 🚀
A screenshot is a great way to start:

Key Features
Describe who this site template is for, and what it does particularly well.
Installation
These are generic instructions for how to install the finished site template; customize these however you want.
We recommend using DDEV 1.24.0 or later to set up your local Drupal development environment; see DDEV's installation instructions. Once you have DDEV, you can set up this site template as follows:
mkdir my-project
cd my-project
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms
ddev composer drupal:recipe-unpack
ddev composer require drupal/MY_SITE_TEMPLATE_NAME
ddev launch
Replace MY_SITE_TEMPLATE_NAME with the actual name of your site template, from the name field of composer.json.
Known Issues
Are there any bugs or gotchas you want end users to know about? List them here, along with any workarounds.
Support
Where can your end users get help? Provide a few links here.