Level 53
@tillkruss Not sure exactly what you need to run, but this part of composer lets you do pretty much anything:
"scripts": {
"post-install-cmd": [
...
],
"post-update-cmd": [
...
],
"post-create-project-cmd": [
...
]
1 like