Elgg
Version 2.3
|
A composer command handler to run after composer install. More...
Static Public Member Functions | |
static | execute (Event $event) |
Copies files that Elgg expects to be in the root directory. More... | |
A composer command handler to run after composer install.
Definition at line 11 of file PostInstall.php.
|
static |
Copies files that Elgg expects to be in the root directory.
Event | $event | The Composer event (install/upgrade) |
Definition at line 19 of file PostInstall.php.