Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它非常简单:
我如何在 Laravel 5 文件系统中使用 FTP 驱动程序?
仅可用 s3、机架空间和本地。我试图使用官方文档中的手册,但它不起作用!请,如果您知道如何使用 FTP 驱动程序来创建新的文件系统磁盘 - 请逐步告诉我。
您需要按照https://github.com/GrahamCampbell/Laravel-Flysystem中的说明安装 composer 包 "league/flysystem-sftp": "~1.0"
可以从https://github.com/thephpleague/flysystem-sftp找到开始使用 sftp 的提示