added stof's php inline example from #3190 to doc/articles/scripts.md
parent
4ecdbf89c4
commit
9d5106e2e3
|
@ -77,6 +77,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