Artisan.page

make:notification

Create a new notification class

Terminal
php artisan make:notification [-f|--force] [-m|--markdown [MARKDOWN]] [--] <name>

Options

forceOptional

Create the class even if the notification already exists

markdownOptional

Create a new Markdown template for the notification

Arguments

nameRequired

The name of the class