Method | Description | |
---|---|---|
execute ( Composer\Script\Event $event ) : void | Copies files that Elgg expects to be in the root directory. |
Method | Description | |
---|---|---|
copyFromElggToRoot ( string $elggPath, string $rootPath, boolean $overwrite = false ) : boolean | Copies a file from the given location in Elgg to the given location in root. | |
symlinkPluginFromRootToElgg ( string $plugin ) : boolean | Make it possible for composer-managed Elgg site to recognize plugins version-controlled in Elgg core. |