Laravel\SparkInstaller\NewCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('new')->setDescription('Create a new Spark application')->addArgument('name', InputArgument::REQUIRED, 'The name of the application')->addOption('braintree', null, InputOption::VALUE_NONE, 'Install Braintree versions of the file stubs')->addOption('team-billing', null, InputOption::VALUE_NONE, 'Configure Spark for team based billing');
    }