remove($target); $filesystem->copy($source, $target); $source = __DIR__ . '/../../conf.d/config.php'; $target = __DIR__ . '/../../../vendor/mrclay/minify/min/config.php'; $filesystem->remove($target); $filesystem->copy($source, $target); } }