FileSystem

use Illuminate\Filesystem\Filesystem;

copyDirectory

(new Filesystem)->copyDirectory(source, destination);

ensureDirectoryExists

디렉토리가 없을 경우 디렉토리를 생성한다.

(new Filesystem)->ensureDirectoryExists(destination);
평점을 남겨주세요
평점 : 2.5
총 투표수 : 1