👋 Welcome to the Bluehorn Digital Decoupled Drupal workshop repository!
This repository contains a decoupled ready Drupal build with example frontend applications and HTTP requests. There is a workshop_demo
module which turns the Umami demo profile into a headless content repository.
These are HTTP files that can be executed within your IDE or editor!
A very basic Create React App that uses dynamic routing – the only two hardcoded requests are for the main menu and decoupled router.
Drupal!
This was first built with users who primarily use Lando. So for now, Lando the is the preferred way to run the Drupal site.
lando start
bash scripts/setup-workshop.sh
Unfortunately, things don't always work well out of the box. This project contains several patches that you might want to be aware of, when building your own decoupled Drupal project. Always review composer.patches.json
to see the latest patches.
Cannot generate the entity canonical url by passing the entity UUID
Make JSON:API Extras an optional dependency JsonApiResource Link $rel is now a string, not an array; getLinkRelationTypes() is now getLinkRelationType()
Note: I have a preference to not use JSON:API Extras and instead try to find ways to improve core for customization.