Email Notification Generator

Generate Email Notification

Artisan Command
php artisan make:notification NotificationName

Use the form below to generate an email notification class. The notification class will be created in the `app/Notifications` directory.

Create Email Notification

Generated Notification Source Code