New Event: AFTER_UPDATE_YAML_FILES #14365
-
My client needs to edit the project config on the production site, and I was thinking that I could run some Git commands automatically after any Project Config yaml files get updated to keep everything in sync. However, there's no event that gets fired after a successful Hooking into the existing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just added an To update to the |
Beta Was this translation helpful? Give feedback.
Just added an
EVENT_AFTER_WRITE_YAML_FILES
event for Craft 4.8 (879d638).To update to the
4.8
branch now, change yourcraftcms/cms
requirement to4.8.x-dev as 4.8.0-alpha
in composer.json, then runcomposer update
.