A
A
Anon33632020-07-03 21:32:17
Laravel
Anon3363, 2020-07-03 21:32:17

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

1 answer(s)
A
Anton, 2020-07-03
@Yadalay

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 your question

Ask a Question

731 491 924 answers to any question