Problem/Motivation
I have now received more than one bug report where someone exports a recipe, then moves it into a new Drupal instance and tries to apply it, only to be surprised when the recipe craps out because it can't find its dependencies.
For me, the cause is very obvious (you didn't require the recipe with Composer, you goofus -- how the hell else was it going to install its dependencies?) but that is not remotely obvious to the many, many people who are less familiar with Composer and how it assembles code bases.
So let's add a little documentation about how to test the recipe you export.
Comments