您正在查看: 标签 ftp 下的文章
存储ftp文件到本地laravel storage目录
```php
// Already installed with Laravel 5+
use League\Flysystem\Filesystem;
// The two filesystem adapters we will use
use League\Flysystem\Adapter\Local as LocalAdapter;
use League\Flysyst...