PHP Class Windwalker\Composer\StarterInstaller

Since: 2.1.1
Show file Open project: asika32764/natika

Public Methods

Method Description
rootInstall ( Composer\Script\Event $event ) : void Do install.

Protected Methods

Method Description
genSecretCode ( Composer\IO\IOInterface $io ) : void Generate secret code.
genSecretConfig ( Composer\IO\IOInterface $io ) : void Generate database config. will store in: etc/secret.yml.

Method Details

genSecretCode() protected static method

Generate secret code.
protected static genSecretCode ( Composer\IO\IOInterface $io ) : void
$io Composer\IO\IOInterface
return void

genSecretConfig() protected static method

Generate database config. will store in: etc/secret.yml.
protected static genSecretConfig ( Composer\IO\IOInterface $io ) : void
$io Composer\IO\IOInterface
return void

rootInstall() public static method

Do install.
public static rootInstall ( Composer\Script\Event $event ) : void
$event Composer\Script\Event The command event.
return void