Explorar o código

added stof's php inline example from #3190 to doc/articles/scripts.md

jakoch %!s(int64=11) %!d(string=hai) anos
pai
achega
9d5106e2e3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      doc/articles/scripts.md

+ 3 - 0
doc/articles/scripts.md

@@ -77,6 +77,9 @@ Script definition example:
         "post-install-cmd": [
             "MyVendor\\MyClass::warmCache",
             "phpunit -c app/"
+        ],
+        "post-create-project-cmd" : [
+            "php -r \"copy('config/local-example.php', 'config/local.php');\""
         ]
     }
 }