A composer command handler to run after composer install.
static copyFromElggToRoot(string $elggPath, string $rootPath, bool $overwrite=false)
Copies a file from the given location in Elgg to the given location in root.
static createProjectModFolder()
Make sure the /mod folder exists in when Elgg is installed through a Composer project eg.
static symlinkPluginFromRootToElgg(string $plugin)
Make it possible for composer-managed Elgg site to recognize plugins version-controlled in Elgg core.
static execute(Event $event)
Copies files that Elgg expects to be in the root directory.