Answer the question
In order to leave comments, you need to log in
How to change the location where the files are saved?
Image save code
$request->file('cover_image')->storeAs('/storage/cover_images', $fileNameToStore);
$request->file('cover_image')->storeAs('../../storage/cover_images', $fileNameToStore);
Answer the question
In order to leave comments, you need to log in
Add your drive to config/filesystems.php with the right address and use it
stackoverflow
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question