Answer the question
In order to leave comments, you need to log in
How to properly store images in Laravel?
$user_id = 1; // 1..... 20000
$storage_url = Storage::disk('public')->put("userfiles/$user_id", $file, 'public');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question