Registry / messaging / illuminate-notifications

illuminate-notifications

JSON →
library13.16.1phppackagistunverified

The Illuminate Notifications package provides a notification system for Laravel applications.

composer require illuminate/notifications
INSTALL
IMPORT
SIG · ILLUMINATE-NOTIFIC
I
illuminate-notifications
messagingphpv13.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Notification
use Illuminate\Notifications\Notification;

Define a notification class that sends a mail message.

use Illuminate\Notifications\Notification; use Illuminate\Notifications\Messages\MailMessage; class InvoicePaid extends Notification { public function toMail($notifiable) { return (new MailMessage) ->line('Your invoice has been paid!'); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.16.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
illuminate-notifications — pip install illuminate-notifications · libregistry