1
ftp-adapter(ストレージライブラリ)のdisconnect()
(フライシステムのこの機能はありますか、https://github.com/thephpleague/flysystem/blob/master/src/Adapter/Ftp.php#L189)の機能はありますか?Laravel storage ftp disconnect
私はこのような何か:
$ftp = Storage::disk('ftp');
$ftp->makeDirectory('test');
$ftp->disconnect(); // this does not work...
を誰もがアイデアを持っていますか?