Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 03948a7

Browse files
committed
Fix post-create-project commands
1 parent 09bfd0f commit 03948a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"post-create-project-cmd": [
5555
"yii\\composer\\Installer::postCreateProject",
5656
"yii\\composer\\Installer::postInstall",
57-
"cp -n .env-example .env",
57+
"cp -n .env.example .env",
58+
"cp -n public/.htaccess.example public/.htaccess",
5859
"php yii security/app-key"
5960
]
6061
},

0 commit comments

Comments
 (0)