ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
405 stars 155 forks source link

show file type image on blade #120

Open ManarangID opened 2 months ago

ManarangID commented 2 months ago

Hi all, i need to show my image file from drive to blade view, anyone can help?

parallels999 commented 5 days ago

get it as bytes and use base64 to an IMG tag, or make it public and use the link as src