Windwalker\Composer\StarterInstaller::rootInstall PHP Method

rootInstall() public static method

Do install.
public static rootInstall ( Composer\Script\Event $event ) : void
$event Composer\Script\Event The command event.
return void
    public static function rootInstall(Event $event)
    {
        $io = $event->getIO();
        static::genSecretCode($io);
        static::genSecretConfig($io);
        // Complete
        $io->write('Install complete.');
    }