Skip to content
Advertisement

How to save uploaded image to Storage in laravel?

I am using Image intervention to save an image to the storage folder. I have the code below and it seems to just save a file name with a blank image. I think I need a way for the file contents to be written to the folder but struggling for the snippet.

JavaScript

Advertisement

Answer

You need to do

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement