laravel notification code example
Example 1: laravel notification
php artisan make:notification InvoicePaid
Example 2: sms laravel
$ composer require matthewbdaly/laravel-sms
Example 3: create notification laravel
php artisan make:notification notificationName
Example 4: sms laravel
$ php artisan vendor:publish