We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a1763 commit 082427eCopy full SHA for 082427e
src/Installer.php
@@ -62,6 +62,8 @@ public function install(InstalledRepositoryInterface $repo, PackageInterface $pa
62
echo "\n\t--- Config exists ---";
63
self::checkAndOrCreateDir($appConfig, true);
64
self::copyDirectoryContents($packConfig, $appConfig);
65
+ } else {
66
+ echo "\n\t--- Config Not Exists!! ---";
67
}
68
69
0 commit comments