laravel-onesignal icon indicating copy to clipboard operation
laravel-onesignal copied to clipboard

OneSignal Push Notifications for Laravel

Results 45 laravel-onesignal issues
Sort by recently updated
recently updated
newest added

### Laravel Version 6.20.44 ### PHP Version 7.3.27 ### Laravel-Onesignal Version 1.0.7 ### Description I was implemented `OneSignal::sendNotificationToExternalUser` method to send notification for my users. But, then I'm getting an...

GuzzleHttp\Exception\ClientException Client error: `POST https://onesignal.com/api/v1/notifications` resulted in a `400 Bad Request` response: {"errors":["app_id not found. You may be missing a Content-Type: application/json header."]} How to solve this

Return value from notification api so in feature if someone need to cancel any scheduled notification can use notification ID

In the last release an additional check is performed before setting `$parameters['included_segments'] = ['All']` by default in `sendNotificationCustom()` However the check is on the string instead of the array index:...

i am unable to use this.. this is the problem i'm having Problem 1 - php-http/guzzle6-adapter[v2.0.0, ..., 2.x-dev] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with...

Can you add an option to select a language to send the notification ?