How does laravel ftp use storage to determine whether a file exists?

1. Set ftp Host,username and password in filesystems.php under the config folder

clipboard.png
2.
clipboard.png
collect($results)->map(function($result) use($table){


$result["capture_photo_path"]Storage::get(),Storage::size()file_exists()
clipboard.png
he will report the error as shown above. I will only return true or false, to him now. If I judge that the file exists and I am deleting the file, I will not do anything if it does not exist. I would like to ask which function is used to judge whether the file on ftp exists, and I check the deletion above the document to determine whether it exists. What should the bosses do

?

storage::exists ($results ['capture_photo_path']) would be fine;

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b311a9-2bd50.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b311a9-2bd50.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?