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'
    ]);

}
Made with Slides.com