comment(Inspiring::quote()); })->describe('Display an inspiring quote'); Artisan::command('chatMessage', function () { event(new ChatMessages(User::find(64))); $this->comment("news sent"); })->describe('Send news'); Artisan::command('bignews', function () { broadcast(new News(date('Y-m-d h:i:s A').": BIG NEWS!")); $this->comment("news sent"); })->describe('Send news');