Creating a notification
To create a notification, we use the “php artisan make:module:notification ModuleName notificationName” command.
php artisan make:module:notification blog BlogNotification
This will create a notification in the path modules/blog/src/Notifications/BlogNotification.php