Laravel\SparkInstaller\TokenCommand::execute PHP Method

execute() public method

Execute the command.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return void
    public function execute(InputInterface $input, OutputInterface $output)
    {
        $output->writeln('<info>Spark API Token:</info> ' . $this->readToken());
    }