Laravel\SparkInstaller\TokenCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('token')->setDescription('Display the currently registered Spark API token');
    }