Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

Quick Start with DDEV

mkdir my-drupal-site && cd my-drupal-site
ddev config --project-type=drupal11 --docroot=web
ddev start
ddev composer create-project drupal/cms
ddev composer require drupal/convivial_gov
ddev launch

Install via Drush

mkdir my-drupal-site && cd my-drupal-site
ddev config --project-type=drupal11 --docroot=web
ddev start

# Download Project
ddev composer create-project drupal/cms
ddev composer require drupal/convivial_gov

# Install Site Template
ddev drush site:install --yes ../recipes/convivial_gov
ddev drush cr

# Generate login url
ddev drush uli 

FAQ

I get a PHP exception error about an entity type not existing.

After installing, you may see an error like:

The "webform" entity type does not exist.

The entity type can vary (e.g. "webform", "workflow", etc.). This is an intermittent issue likely caused by a race condition in the installer. The site itself is unaffected.

To fix it, clear the cache:

drush cr

You may need to run this twice. See #3563044 for more details.

Customize Morphos ThemeĀ 

The Convivial Gov site template utilizes the Morphos theme, a component-based Drupal theme built with Tailwind CSS and Drupal Canvas.

Morphos is designed to be copied and customized rather than used as a base theme.

To clone the theme for your site, copy it into your custom themes directory:

mkdir -p web/themes/custom
cp -R web/themes/contrib/morphos web/themes/custom/morphos
git add web/themes/custom/morphos
composer remove morpht/morphos

This will create a copy of Morphos in `web/themes/custom/morphos`. This theme is yours, and you can customize it in any way you see fit!

Important: If you are using the default content, do not rename the theme. The components are namespaced to `morphos`, and renaming the theme will break them.

You should also ensure that `morpht/morphos` is removed from Composer (as shown above) so that it is not reinstalled or updated, which could conflict with your custom copy.

Activity

Total releases
10
First release
Mar 2026
Latest release
1 month ago
Release cadence
6 days
Stability
90% stable

Release Timeline

Releases

Version Type Release date
1.3.1 Stable May 12, 2026
1.3.0 Stable May 12, 2026
1.2.1 Stable Apr 30, 2026
1.2.0 Stable Apr 22, 2026
1.1.1 Stable Mar 31, 2026
1.1.0 Stable Mar 27, 2026
1.0.2 Stable Mar 20, 2026
1.0.1 Stable Mar 19, 2026
1.0.0 Stable Mar 18, 2026
1.x-dev Dev Mar 17, 2026