Drupal recipe applied with Gin

The Velir Base recipe is designed to do the following:

  • Install certain parts of Standard install profile that we want
  • Set specific contributed module configuration
  • Provide a starting point for Drupal ready to develop features for without wasting too much time on the post-install ceremony.

This is a carry over of the work first started in this repository: https://gitlab.com/kevinquillen/drupal-base

This recipe ships with the following modules with configurations out of the box to how we typically start projects:

"drupal/config_ignore": "^3.0",
"drupal/csp": "^1.0",
"drupal/field_group": "^3.0",
"drupal/gin": "^3.0",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0",
"drupal/pathauto": "^1.0",
"drupal/memcache": "^2.0",
"drupal/menu_block": "^1.0",
"drupal/metatag": "^1.0",
"drupal/redirect": "^1.0",
"drupal/robotstxt": "^1.0"

Installing

- Start with a Drupal 10 site.
- Require the recipe with

ddev composer require drupal/velir_base:^1.0

- Install the 'Minimal' profile.
- Apply the recipe

The recipe can be applied with PHP in Drupal 10.3+.

Execute this command from the web root:

php core/scripts/drupal recipe recipes/drupal-base

Or by using `ddev exec`

ddev exec -d /var/www/html/(your docroot) php core/scripts/drupal recipe recipes/velir-base

If all goes well, you should see the following output:

[OK] Velir Base applied successfully
Supporting organizations: 
Sponsoring Drupal 10+ development

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Created by kevinquillen on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Releases