Arguments

  •  supplied arguments and options are wrapped in curly braces
/**
 * Execute the console command.
 *
 * @return mixed
 */
public function handle()
{
    $this->call('email:send', [
        'user' => 'nakarmi@example.com', '--queue' => 'default'
    ]);

}

deck

By nakarmi_akita

deck

  • 110