Categories
Is it possible to save an image in Laravel server to storage folder?
Is it correct to save an image in Laravel server to storage folder? .Advise can save in public?
Answer the question
In order to leave comments, you need to log in
Everything is quite simple: 1. If you want to restrict access to files, then store the file in storage. 2. If you want the files to be available to everyone, then use public.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question