TightenCo\Jigsaw\Console\ServeCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('serve')->setDescription('Serve local site with php built-in server.')->addArgument('environment', InputArgument::OPTIONAL, 'What environment should we serve?', 'local')->addOption('port', 'p', InputOption::VALUE_REQUIRED, 'What port should we use?', 8000);
    }