Search by

drupal / display_builder_base

Drupal-Infrastructure

Provide base start for a Display Builder website.

Package info

git.drupalcode.org/project/display_builder_base.git

Type:drupal-recipe

pkg:composer/drupal/display_builder_base

Statistics

Installs: 362

Dependents: 2

Suggesters: 0

1.1.1 2026-09-17 13:08 UTC

This package is auto-updated.

Last update: 2026-09-17 11:33:53 UTC


README

Drupal recipe documentation:

This recipe is designed to:

  • Install selected components from the Standard install profile
  • Provide a Drupal starting point that is ready for development with Display Builder and UI Styles ecosystem modules.

This recipe is intended to set up a complete site from scratch and meet core project expectations.

It is intended to be used as a base for a Display Builder theme recipe, such as Display Builder Bootstrap Recipe.

For more information, visit Display Builder and UI Suite.

Installation

  • Start with a Drupal 11.4+ site
  • Install the Minimal profile
  • Apply the recipe

You can apply the recipe using PHP in Drupal 11.4+.

Run this command from the web root:

php vendor/bin/dr recipe:apply /var/www/html/recipes/display_builder_base

Or by using ddev exec:

ddev exec vendor/bin/dr recipe:apply /var/www/html/recipes/display_builder_base

If the command succeeds, you should see the following output:

[OK] Display Builder Base applied successfully

Clear the cache after applying the recipe.

When you return to the site, all recipe configuration and customizations should be in place.