what is your server OS? if it is a linux system , you might need to change the permissions.
Mar 22, 2020
5
Level 1
Image Storage Laravel
im developing a single page website using laravel buat i have problem showing up images once i host it in server. i look up the answer on forums, some said that i need to create a storage link and linking my image into it. can someone elaborate because i dont really understand the step by step ?
*the image that i wanna show up isnt something that user upload but i upload it manually. i mean i dont use any function to upload and then generate it in controller.
Level 3
Do you load images through absolute path? like this:
<img src="{{ asset('your-image-directory-in-public/image.jpg')}}" />
Please or to participate in this conversation.