Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This project provides a pre-configured Drupal installation setup to streamline development. It includes core Drupal features and a set of commonly used contributed modules with their initial configurations, serving as a foundation for new projects.

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 minor configuration out of the box to how we typically start projects. It contains the following modules we use the most:

  • Config ignore
  • Field group
  • Gin
  • Gin Login
  • Gin Toolbar
  • Key
  • Memcache
  • Menu Block
  • Menu Breadcrumb
  • Metatag
  • Pathauto
  • Redirect
  • Robotstxt
  • Search API
  • Search API Solr
  • SecKit

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/velir_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

Activity

Total releases
1
First release
Jun 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Release date
1.1.0 Stable Jun 2, 2025