mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
commit
160482847c
@ -171,6 +171,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-something`, for example `silverstripe-project` like so:
|
||||||
|
|
||||||
|
**composer.json** (in project root)
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"type": "silverstripe-project"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Then run the composer helper `composer vendor-expose` in your project root. This will symlink (or copy)
|
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`.
|
the `mysite/client` directory to `public/resources/mysite/client`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user