Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99ebf3f

Browse files
author
DKravtsov
committedDec 25, 2021
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)
Please sign in to comment.