Exemplo n.º 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $quotes = new Quotes();
     $keyToSuccess = $quotes->djkhaled()->anotherOne();
     $this->comment(PHP_EOL . $keyToSuccess . PHP_EOL);
     shell_exec("say {$keyToSuccess}");
 }
Exemplo n.º 2
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $quotes = new Quotes();
     $this->comment(PHP_EOL . $quotes->programming()->random() . PHP_EOL);
 }
Exemplo n.º 3
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $quotes = new Quotes();
     $this->comment(PHP_EOL . $quotes->design()->random() . PHP_EOL);
 }