SimpleMessage::line()
  • References/PHP/Laravel/Notifications/Messages

$this line(Action|string $line)

2025-01-10 15:47:30
NexmoMessage::from()
  • References/PHP/Laravel/Notifications/Messages

$this from(string $from) Set the phone number the message should be sent

2025-01-10 15:47:30
SimpleMessage::toArray()
  • References/PHP/Laravel/Notifications/Messages

array toArray() Get an array representation of the message.

2025-01-10 15:47:30
MailMessage::from()
  • References/PHP/Laravel/Notifications/Messages

$this from(string $address, string|null $name = null) Set the from address

2025-01-10 15:47:30
SlackMessage::content()
  • References/PHP/Laravel/Notifications/Messages

$this content(string $content) Set the content of the Slack message.

2025-01-10 15:47:30
NexmoMessage
  • References/PHP/Laravel/Notifications/Messages

NexmoMessage class NexmoMessage (

2025-01-10 15:47:30
SlackMessage::http()
  • References/PHP/Laravel/Notifications/Messages

$this http(array $options) Set additional request options for the Guzzle

2025-01-10 15:47:30
DatabaseMessage::__construct()
  • References/PHP/Laravel/Notifications/Messages

void __construct(array $data = array()) Create a new database message.

2025-01-10 15:47:30
SimpleMessage::greeting()
  • References/PHP/Laravel/Notifications/Messages

$this greeting(string $greeting) Set the greeting of the notification.

2025-01-10 15:47:30
MailMessage::view()
  • References/PHP/Laravel/Notifications/Messages

$this view(string $view, array $data = array()) Set the view for the mail

2025-01-10 15:47:30