generate_notification
Create Laravel notifications with mail, database, broadcast, and SMS channels. Configure properties, markdown templates, and Slack integration as needed.
Instructions
Generate a Laravel notification with mail, database, broadcast, and SMS channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channels | No | ||
| markdown | No | Use markdown email template | |
| properties | No | ||
| notificationName | Yes | Notification class name e.g. 'OrderShipped' |