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 0fcf6d4 commit e76f057Copy full SHA for e76f057
bin/laravel-coderunner
@@ -9,7 +9,7 @@ define('LARAVEL_CODERUNNER_PROJECT_ROOT', LARAVEL_CODERUNNER_PROJECT_PATH . '/pu
9
define('LARAVEL_CODERUNNER_INSTALL_LARAVEL', 'composer run-script install-laravel -d ' . str_replace('/bin', '', __DIR__));
10
11
/*
12
- * Install or reset default larvel app
+ * Install or reset the default Laravel app
13
*/
14
if (in_array($argv[1] ?? null, ['install-default', 'reset-default'])) {
15
echo 'Installing default laravel app.' . PHP_EOL;
0 commit comments