mirror of
https://github.com/getgrav/grav.git
synced 2026-03-05 03:51:50 +01:00
Refs https://github.com/getgrav/grav/issues/760 Uses a package's `install.php` file, in the package root folder, to allow a plugin/theme to hook into the install procedure and stop prior to executing an operation (install/update/uninstall), or show a message after having done it. Example install.php file in the PR description https://github.com/getgrav/grav/pull/787