Pagekit\Console\Commands\StartCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->addOption('server', 's', InputOption::VALUE_OPTIONAL, 'Server name and port', '127.0.0.1:8080');
    }