Merge pull request #3191 from jakoch/master
added stof's php inline example from #3190 to doc/articles/scripts.mdpull/3328/head
commit
6c0afd3fc0
|
@ -79,6 +79,9 @@ Script definition example:
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"MyVendor\\MyClass::warmCache",
|
"MyVendor\\MyClass::warmCache",
|
||||||
"phpunit -c app/"
|
"phpunit -c app/"
|
||||||
|
],
|
||||||
|
"post-create-project-cmd" : [
|
||||||
|
"php -r \"copy('config/local-example.php', 'config/local.php');\""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue