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 9e90c69 commit 41752f8Copy full SHA for 41752f8
bin/laravel-coderunner
@@ -4,7 +4,7 @@
4
/*
5
* Install or reset default larvel app
6
*/
7
-if (in_array($argv[1] ?? null, ['default', 'reset'])) {
+if (in_array($argv[1] ?? null, ['install-default', 'reset-default'])) {
8
$command = 'composer run-script install-laravel -d ' . str_replace('/bin', '', __DIR__);
9
echo 'Installing default laravel app.' . PHP_EOL;
10
echo "\e[1m> \e[2;32m" . $command . "\e[0m" . PHP_EOL;
0 commit comments