apax / recipe_apax_decoupled
A Drupal 10 recipe for extending the apax/recipe_apax_base recipe with additional Drupal modules and configurations for a decoupled Drupal setup.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- apax/recipe_apax_base: dev-main
- drupal/decoupled_preview_iframe: ^1.0
- drupal/graphql_compose: ^2.2
- drupal/graphql_compose_fragments: ^1.0@beta
- drupal/graphql_compose_preview: ^1.0
- drupal/graphql_compose_webform: ^1.2@dev
- drupal/paragraphs: ^1.19
- drupal/simple_oauth: ^6.0
- drupal/view_unpublished: ^1.2
- drupal/visual_editor: ^1.0
This package is not auto-updated.
Last update: 2025-06-18 07:03:33 UTC
README
A Drupal 10 recipe for extending the apax/recipe_apax_base recipe with additional Drupal modules and configurations for a decoupled Drupal setup.
This Drupal recipe is designed to:
- Install the APAX Base recipe
- Install and configure GraphQL Compose for common entities
- Install and configure Simple OAuth for authentication
- Install and configure Visual Editor for inline editorial experience
Usage
composer require apax/recipe_apax_decoupled drush recipe ./path/to/recipe_apax_decoupled
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
Local Development
This project uses Lando for local development. Starting Lando will install containerized Drupal site with the 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