Just add http://mysite.com/ before path
Dec 8, 2016
2
Level 7
NotWritableException in Image.php line 143: Can't write image data to path
Hi all so I am getting the following error when trying to upload an image in my laravel project. I am running on a Ubuntu server with laravel 5.3
NotWritableException in Image.php line 143: Can't write image data to path
However when i change the folder permissions that the image is being uploaded to, to 777 it works!
I dont want my folders being 777 though because its not safe right?
So what do I do to fix this?
Please or to participate in this conversation.