我需要扩展存储类方法,以便我可以有自己的has()和get()方法定义,因为我还需要执行额外的检查,因为当我使用S3时,当连接不好或有其他与服务器相关的问题时,has()方法会出错。class Storage extends \Illuminate\Filesystem\FilesystemManager public function has($file){// c
' with message 'file_get_contents(/base/data/home/apps/s~random-gae-name/1.380824294377640683/vendor//src/Illuminate/Exception/PlainDisplayer.php(21): file_get_contents('/base/data/home...
我在public_html/app文件夹中的共享主机上部署了laravel应用程序。这是公共文件夹中的所有内容。在/../../files中,我有剩余的文件。当我执行php artisan storage:link in files folder时,我的控制台显示 symlink(): No such file or directory
在本地主机上,我将文件上传到storag