Hi, I am using this methods to delete files $request = request(['id', 'path']); $id = $request['id']; $path = $request['path']; File::find($id)->delete(); Storage::delete(public_path($path)); I can check the jlrdw replied 2 weeks ago Solved Posted 7 years ago ...