Artisan::command('mail:send {user}', function ($user) { $this->info("Sending email to: {$user}!"); });. The closure is bound to the underlying command instance, ...
確定! 回上一頁