SlackMessage::from()
  • References/PHP/Laravel/Notifications/Messages

$this from(string $username, string|null $icon = null) Set a custom user

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

$this title(string $title, string $url = null) Set the title of the attachment

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

array toArray() Convert the model instance to an array.

2025-01-10 15:47:30
DatabaseNotification::newQueryWithoutScopes()
  • References/PHP/Laravel/Notifications

Builder|

2025-01-10 15:47:30
DatabaseNotification::setRawAttributes()
  • References/PHP/Laravel/Notifications

$this setRawAttributes(array $attributes, bool $sync = false) Set the array

2025-01-10 15:47:30
DatabaseNotification::hydrate()
  • References/PHP/Laravel/Notifications

static Collection hydrate(array $items

2025-01-10 15:47:30
DatabaseNotification::newQuery()
  • References/PHP/Laravel/Notifications

Builder newQuery()

2025-01-10 15:47:30
NotificationTableCommand::askWithCompletion()
  • References/PHP/Laravel/Notifications/Console

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
DatabaseNotification::unguard()
  • References/PHP/Laravel/Notifications

static void unguard(bool $state = true) Disable all mass assignable

2025-01-10 15:47:30
DatabaseNotification::setCreatedAt()
  • References/PHP/Laravel/Notifications

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute

2025-01-10 15:47:30