Commit c4354d6b by Alexander Makarov

Advanced application: init is now automatically called when installing via Composer

parent 4ab2e986
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [
"yii\\composer\\InstallHandler::setPermissions" "yii\\composer\\InstallHandler::setPermissions",
"./init"
] ]
}, },
"extra": { "extra": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment