mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 4.1.0.md
Add the `"type": "silverstripe-recipe"` line that is required as per https://github.com/silverstripe/vendor-plugin/issues/4
This commit is contained in:
parent
1ea14382ee
commit
bfcb677009
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user