mercredi 21 août 2019

Laravel - Images didn't show from database in localhost

I have some problem with images did show in localhost

controller

 private function uploadImage($request)
    {
        return $request->file('cover_image')->store('public/images');
    }

view create book

@foreach($data as $key => $item)

        <td><img src="" alt="" 
              width="80" height="80"></td>

@endforeach



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2ZfAJEM
via IFTTT

Aucun commentaire:

Enregistrer un commentaire