Closed gwiwoloku closed 7 years ago
I am trying to display an asset but the response is showing only as /public
`<img class="profile-img" src="{{ Theme::asset()->url('/img/main-logo.png') }}"`
is coming back as
/public/themes/template/assets//img/main-logo.png and not as /themes/template/assets//img/main-logo.png
/public/themes/template/assets//img/main-logo.png
/themes/template/assets//img/main-logo.png
Any suggestion or help?
Thanks
Theme::asset()->absurl('') solved the issue!
Theme::asset()->absurl('')
I am trying to display an asset but the response is showing only as /public
is coming back as
/public/themes/template/assets//img/main-logo.png
and not as/themes/template/assets//img/main-logo.png
Any suggestion or help?
Thanks