Flarum\Install\Console\InstallCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('install')->setDescription("Run Flarum's installation migration and seeds")->addOption('defaults', 'd', InputOption::VALUE_NONE, 'Create default settings and user')->addOption('file', 'f', InputOption::VALUE_REQUIRED, 'Use external configuration file in YAML format')->addOption('config', 'c', InputOption::VALUE_REQUIRED, 'Set the path to write the config file to');
    }