Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 305 Bytes

5.queued-messages.md

File metadata and controls

14 lines (9 loc) · 305 Bytes
title navigation.title
Queued Messages
Queued Messages

A ->dispatch() method can be used to have Telegraph to interact with telegraph through the Laravel queue system:

Telegraph::message('hello')->dispatch();

optionally a queue name can be hinted: ->dispatch('my queue')