Skip to content

Instantly share code, notes, and snippets.

@mitrallex
Created February 4, 2018 19:42
Show Gist options
  • Save mitrallex/a2a24350e064fc721b772dcca96e4e48 to your computer and use it in GitHub Desktop.
Save mitrallex/a2a24350e064fc721b772dcca96e4e48 to your computer and use it in GitHub Desktop.
laravel-file-hosting
<figure class="image is-4by3" v-if="file.type == 'image'" @click="showModal(file)">
<img src="" :src="'{{ asset('storage/' . Auth::user()->name . '_' . Auth::id()) }}' + '/' + file.type + '/' + file.name + '.' + file.extension" :alt="file.name">
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment