You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,16 @@ liip_imagine:
382
382
data_root: /path/to/source/images/dir
383
383
```
384
384
385
-
This location must be readable by your web server. On a system that supports
385
+
When you need assets from bundles which have a `Resources/public`-folder, you can automatically add them to the `data_root` by setting the `bundle_resources` parameter to `true`.
386
+
```yml
387
+
liip_imagine:
388
+
loaders:
389
+
default:
390
+
filesystem:
391
+
bundle_resources: true
392
+
```
393
+
394
+
Image locations must be readable by your web server. On a system that supports
0 commit comments