DatabaseNotification::save()
  • References/PHP/Laravel/Notifications

bool save(array $options = array()) Save the model to the database.

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

mixed fromJson(string $value, bool $asObject = false) Decode the given

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

$this setPerPage(int $perPage) Set the number of models to return per page

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

static array compiles() Get a list of files that should be compiled

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

void __wakeup() Restore the model after serialization.

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

readNotifications() Get the entity's read notifications.

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

void boot() Boot the application services.

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

void __construct(Application $app)

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

static bool isUnguarded() Determine if current state is "unguarded"

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

array getGuarded() Get the guarded attributes for the model.

2025-01-10 15:47:30