laravel command Retrieve a specific option

41

// Retrieve a specific option...
$queueName = $this->option('queue');

// Retrieve all options...
$options = $this->options();

Comments

Submit
0 Comments