Files
static-php-cli/docs/en/develop/vendor-mode/lifecycle-hooks.md
crazywhalecc a348e838d7 Temp
2026-04-19 11:49:55 +08:00

7 lines
327 B
Markdown

# Lifecycle Hooks
<!-- TODO: Detailed explanation of hook execution order and method signatures.
#[BeforeStage('lib-name', 'build')], #[AfterStage(...)], #[PatchBeforeBuild].
How hooks from different packages are merged and ordered.
Common patterns: patching config.m4, injecting compile flags, post-install fixups. -->