Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 41752f8

Browse files
committed
Add default suffix
1 parent 9e90c69 commit 41752f8

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
* Install or reset default larvel app
66
*/
7-
if (in_array($argv[1] ?? null, ['default', 'reset'])) {
7+
if (in_array($argv[1] ?? null, ['install-default', 'reset-default'])) {
88
$command = 'composer run-script install-laravel -d ' . str_replace('/bin', '', __DIR__);
99
echo 'Installing default laravel app.' . PHP_EOL;
1010
echo "\e[1m> \e[2;32m" . $command . "\e[0m" . PHP_EOL;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /