tderego / project_starter_base
Collection of standard Drupal Core and Contrib modules.
Requires
- drupal/better_exposed_filters: ^7.0
- drupal/easy_breadcrumb: ^2.0
- drupal/metatag: ^2.0
- drupal/pathauto: ^1.13
- drupal/simple_sitemap: ^4.2
- drupal/twig_tweak: ^3.3
This package is auto-updated.
Last update: 2025-04-28 20:22:08 UTC
README
This recipe installs a standard list of Drupal Core and Contrib modules.
Usage
Set "minimum-stability": "dev" in your project composer.json.
Install the recipe in you project. (If you are not using DDEV for your local environment, drop the ddev from the command.)
$ ddev composer require tderego/project_starter_base
Apply the recipe. Be sure to update the paths in the command to match your project.
$ ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/project_starter_base
Uppack the recipe to add recipe items to the project composer.json and uninstall the recipe.
$ ddev composer unpack tderego/project_starter_base