hello i want to show all image from public folder with slider.That's show all image code
<img src="{{ asset('images/' . $image->getFilename()) }}"
controller
$images = File::allFiles(public_path('images'));
return view('welcome')->with('images',$images);
i want to show that all image with slide can anyone show me sample.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…