berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
506 stars 176 forks source link

how can i change my title desktop notification #119

Closed ibrahimMH13 closed 4 years ago

ibrahimMH13 commented 5 years ago

i use \OneSignal::sendNotificationToAll( "Hello", $url = 'https://www.example.com/', $data = [ 'title'=> 'example', $chrome_big_picture='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQszUqYmRmkzPSIKFtUNhmdIYCsJtTC4CT5N3Vuauw-YqPUB_u6&s', ], $buttons = null, $schedule = null

           );

put the massage notification show laravel

berkayk commented 4 years ago

There are many examples written in the tutorial. Please check closed issues as well. Your example code is not a valid PHP code.

$data = [
'title'=> 'example',
$chrome_big_picture='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQszUqYmRmkzPSIKFtUNhmdIYCsJtTC4CT5N3Vuauw-YqPUB_u6&s',
]

This is not a proper array.