laravel desktop notifications on create code example
Example 1: laravel notification
php artisan make:notification InvoicePaid
Example 2: create notification laravel
php artisan make:notification notificationName
php artisan make:notification InvoicePaid
php artisan make:notification notificationName