This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
cmdillon
hi! is it possible to use subfolders in media manager with file location as local? i've made a subfolder that holds pdf files, but when i try to use the " ... | media" in the link source i only get the root folder as and it dosent show the subfolder:
example
i get: http://domain/storage/app/media/file.png
but i would like to get: http://domain/storage/app/media/SUBFOLDER/file.png
daftspunky
You may need to include the subfolder in your use of the |media
tag
{{ 'SUBFOLDER/file.png'|media }}
This should output the correct location
1-2 of 2