PushNotification
PushNotification copied to clipboard
PHP and Laravel Package to send push notifications to Android and IOS devices.
`composer require edujugon/push-notification` is not installable in laravel 9. my composer.json is as below "require": { "php": "^7.3|^8.0.0", "arcanedev/log-viewer": "^9.0", "brian2694/laravel-toastr": "^5.56", "doctrine/dbal": "^3.3", "guzzlehttp/guzzle": "^7.2", "kyslik/column-sortable": "^6.4", "laravel/framework": "^9.2",...
I have using this package and pass all parameter but this error is found **Undefined index: headers File: /var/www/html/indiaNic-work/echo-loud/laravel/vendor/edujugon/push-notification/src/Apn.phpLine: 255 **
 My php version is 8.0.8 Getting error on composer require edujugon/push-notification Root composer.json requires edujugon/push-notification ^5.0 -> satisfiable by edujugon/push-notification[v5.0.0]. - edujugon/push-notification v5.0.0 requires illuminate/support ~5.8 || ^6.0 ||...
I used this package 2 years and now it's stopped to work, I did not receive notifications
The additional colon character after the Content-Type string will result in folowing error in HTTP Request: "Content-Type:" is not valid header name Of course the right header name is "Content-Type"...
"Content-Type:" is not valid header name This error occurred because additional colon character in header parameters
"require": { "php" : "^7.1.3|^8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0" },...