Skip to content

Commit 99ebf3f

Browse files
author
DKravtsov
committed
updated post install scripts
1 parent ee4c4ca commit 99ebf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@php artisan package:discover --ansi"
109109
],
110110
"post-root-package-install": [
111-
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
111+
"@php -r \"file_exists('.env') || copy('.env.dev', '.env');\""
112112
],
113113
"post-create-project-cmd": [
114114
"@php artisan key:generate --ansi"

0 commit comments

Comments
 (0)