How to upload files in laravel?

We have to call Facades in our controller file with this : use Illuminate\Support\Facades\Storage; Example if($request->hasFile(file_name')) { $file = Storage::putFile('YOUR FOLDER PATH', $request->file('file_name')); }

Popular posts from this blog

SQL In Static Id Wise Record Skip After Show Result