We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4307585 commit d680a4bCopy full SHA for d680a4b
2 files changed
composer.json
@@ -5,5 +5,10 @@
5
"name": "Starter Kit Doogie Browser",
6
"description": "Statamic Starter Kit: Doogie Browser"
7
}
8
+ },
9
+ "scripts": {
10
+ "post-create-project-cmd": [
11
+ "@php upgrade-cli-notice.php"
12
+ ]
13
14
upgrade-cli-notice.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+function printError($message) {
4
+ echo "\033[41;37m{$message}\033[0;37m\n";
+}
+printError('Old statamic/cli installer detected!');
+printError('Please upgrade to the latest cli installer and re-install your starter kit.');
+printError('https://github.com/statamic/cli');
0 commit comments