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?
Jan 29, 2022
3
Level 2
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
Please or to participate in this conversation.