Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

{{ env('APP_URL') }} to images.blade.php? #78

Open
toniyecla opened this issue Jun 28, 2016 · 0 comments
Open

{{ env('APP_URL') }} to images.blade.php? #78

toniyecla opened this issue Jun 28, 2016 · 0 comments

Comments

@toniyecla
Copy link

toniyecla commented Jun 28, 2016

I suggest this change to images.blade.php #43:

src="{{ $dir_location }}{{ $base }}/thumbs/{{ basename($file) }}?r={{ str_random(40) }}"

add {{ env('APP_URL') }} :

src="{{ env('APP_URL') }}{{ $dir_location }}{{ $base }}/thumbs/{{ basename($file) }}?r={{ str_random(40) }}"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant