mohammadL2P's avatar

laravel octane when store images

hello when I use Laravel octane in my application image dosent save in the directory any more Iam using Intervention Image here is a example for how I save uploaded images

Image::make($imageContent)->orientate()->save($fullDir);

before octane every thing was working 100% and the images stored normally but after octane install the proplem appears

can any one help my why this issue appears thanks

0 likes
3 replies
bugsysha's avatar

I don't see anything in the docs related to images. Are you 100% sure it is related to Octane? Have you tried on fresh Laravel Octane app without any other packages or changes?

alikadd's avatar

hi @belal25, did you find any solution for this problem, im currently stuck on the same issue when uploading images after octane im getting "Image source not readable"

Please or to participate in this conversation.