drupal/goodwell

A blank template with the foundational features of Drupal CMS, for those who truly want to start from scratch.

Maintainers

Package info

git.drupalcode.org/project/goodwell.git

Type:drupal-recipe

pkg:composer/drupal/goodwell

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

1.0.x-dev 2026-06-15 15:33 UTC

This package is not auto-updated.

Last update: 2026-06-17 05:59:30 UTC


README

A Drupal 11 site template for insurance businesses. Built with the Canvas page builder, Goodwell theme, and Webform.

What's Included

  • Goodwell theme — custom front-end theme with 25+ Canvas components (hero, cards, premium calculator, testimonials, webform embed, and more)
  • Canvas page builder — drag-and-drop layouts using Single Directory Components
  • Webform — lead capture forms with modal thank-you messages
  • Premium Calculator — live insurance estimator with no form submission required
  • Gin admin theme — modern admin interface
  • Pre-configured content types: canvas_page, media, webform_submission

Requirements

  • PHP 8.2+
  • Drupal 11.3+
  • Composer 2
  • Drush 13+
  • Lando or DDEV recommended for local development

Installation

Always run a clean Drupal install before applying the recipe.

# With Lando
lando drush si -y
lando drush recipe recipes/goodwell

# With DDEV
ddev drush si -y
ddev drush recipe recipes/goodwell

Then clear cache:

lando drush cr

After Installation

  • Log in at /user/login
  • Edit pages via the Canvas editor (pencil icon on any canvas_page node)
  • Manage webforms at /admin/structure/webform
  • Manage media at /admin/content/media