Laravel\SparkInstaller\RegisterCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('register')->setDescription('Register an API token with the installer')->addArgument('token', InputArgument::REQUIRED, 'The API token');
    }