make:notification

Create a new notification class

Options

  • force - Create the class even if the notification already exists Optional
  • markdown - Create a new Markdown template for the notification Optional
  • pest - Generate an accompanying Pest test for the Notification Optional
  • test - Generate an accompanying PHPUnit test for the Notification Optional

Arguments

  • name - The name of the class Required
php artisan make:notification [-f|--force] [-m|--markdown [MARKDOWN]] [--test] [--pest] [--] <name>