diff --git a/docs/en/04_Changelogs/4.1.0.md b/docs/en/04_Changelogs/4.1.0.md index 53cd05c55..ba75f63cf 100644 --- a/docs/en/04_Changelogs/4.1.0.md +++ b/docs/en/04_Changelogs/4.1.0.md @@ -170,6 +170,16 @@ to the web server, you can also use the composer.json `expose` directive to syml } ``` +You will also need to set your project `type` to `silverstripe-recipe` like so: + +**composer.json** (in project root) + +```json +{ + "type": "silverstripe-recipe" +} +``` + Then run the composer helper `composer vendor-expose` in your project root. This will symlink (or copy) the `mysite/client` directory to `public/resources/mysite/client`.