apax / recipe_apax_base
A Drupal 11 recipe with common modules and configuration for new projects.
Installs: 101
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
pkg:composer/apax/recipe_apax_base
Requires
- drupal/admin_toolbar: ^3.6
- drupal/admin_toolbar_tools: ^3.6
- drupal/better_permissions_page: ^1.0
- drupal/ckeditor5_plugin_pack: ^1.0
- drupal/coffee: ^2.0
- drupal/config_ignore: ^3.0
- drupal/config_split: ^2.0
- drupal/easy_responsive_images: ^1.4
- drupal/exif_orientation: ^1.4
- drupal/focal_point: ^2.0
- drupal/fontawesome: ^3.0
- drupal/gin: ^5.0
- drupal/gin_login: ^2.0
- drupal/gin_toolbar: ^3.0
- drupal/imageapi_optimize_webp: ^2.0
- drupal/maxlength: ^3.1
- drupal/metatag: ^2.1
- drupal/paragraphs: ^1.19
- drupal/pathauto: ^1.13
- drupal/publication_date: ^3.0
- drupal/redirect: ^1.11
- drupal/webform: ^6.3@beta
This package is auto-updated.
Last update: 2026-01-28 19:06:02 UTC
README
This is a Drupal 11 recipe with common modules and configuration for new projects.
This Drupal recipe is designed to:
- Install certain parts of Standard install profile that we want
- Disable core modules we don't 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.
Usage
composer require apax/recipe_apax_base drush recipe ./path/to/recipe_apax_base
Local Development
This project uses Lando for local development. Starting Lando from inside this project will build and install a containerized Drupal site with this recipe applied. You can start Lando with the following command:
lando start
Reinstall the site and reapply the recipe with the following command:
lando rebuild