tangtang2 years ago Best Answer Level 6ReplyReport Spam@ligonsker check it first with if(Storage::exists('path to file')){ Storage::download('file path here') }else{ //add some action here like message to inform the file / path is not available } the docs here https://laravel.com/docs/10.x/filesystem#retrieving-files Like Reply 1 like