September 2017
Intermediate to advanced
244 pages
6h 44m
English
Scripts basically have scripts in arrays against different events. All those properties of script objects are sort of events, and scripts specified in values executed at specific events. Different properties represent different events, such as post-install-cmd means after installing packages it will execute scripts in an array against the post-install-cmd property. It's the same with other events. On this URL in the Composer documentation, you can find details of all these events: https://getcomposer.org/doc/articles/scripts.md#command-events.
Read now
Unlock full access