Skip to content

Commit 923c2ee

Browse files
committed
Set default app path
1 parent 75229f7 commit 923c2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/laravel-coderunner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* Path to Laravel application (fallback to default laravel app)
66
*/
7-
define('LARAVEL_CODERUNNER_PROJECT_PATH', $argv[2] ?? __DIR__ . '/default-laravel');
7+
define('LARAVEL_CODERUNNER_PROJECT_PATH', $argv[2] ?? __DIR__ . '/../laravel');
88
define('LARAVEL_CODERUNNER_PROJECT_ROOT', LARAVEL_CODERUNNER_PROJECT_PATH . '/public');
99

1010
/*

0 commit comments

Comments
 (0)