Drupal is a registered trademark of Dries Buytaert
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)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). editoria11y 3.0.1 Minor update available for module editoria11y (3.0.1). geofield_map 11.1.9 Minor update available for module geofield_map (11.1.9). domain 3.0.0 Major update available for module domain (3.0.0). ai 1.2.15 Minor update available for module ai (1.2.15). ai 1.3.4 Minor update available for module ai (1.3.4). leaflet 10.4.7 Minor update available for module leaflet (10.4.7).

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
8
First release
Mar 2026
Latest release
1 day ago
Release cadence
6 days
Stability
88% stable

Release Timeline

Releases

Version Type Release date
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