webpush
webpush copied to clipboard
Webpush notifications channel for Laravel.
My current project don't use Models to use tables, IT uses multiple connection using DB Facades. Is there a way to use this connection instead of using User Model?
Hi, i tried this package with Chrome and Firefox for PC / Android and it works fine, but for iOS (Safari, Chrome or Firefox) there is not even the pop...
Hi, how `->action('View account', 'view_account')` supposed to work? In [Laravel notification](https://laravel.com/docs/9.x/notifications#mail-notifications) should be a url, but if I try it the button appears but does nothing
This is a warning that I get when I run `php artisan` while having this package: ``` PHP Warning: "resource" is not a supported builtin type and will be interpreted...
Greetings. I was having troubles to send the notifications since I got no errors at all, not even in the log file. I figured out the problem was the SSL...
Since Apple added web push support to iOS in 2023, there hasn't been a lot of details around what exactly is required. Following the readme in this project, push notifications...
The last commit was 9 months ago, and with changes like iOS/Safari now allowing for [Push API](https://caniuse.com/push-api) and no support for PHP 8.1, I'm wondering if the package needs more...
Vapid keys generation fails (Laravel 8 / PHP 8.1) Noone faces this? Did not find a relevant issue... ``` strlen(): Passing null to parameter #1 ($string) of type string is...
**Problem description:** Whenever I send push messages, I encounter an error in the logs. The error message in the logs is as follows: ```bash Unable to read stream contents: stream_get_contents():...
when i run php artisan webpush:vapid I have this error RuntimeException Unable to create the key at vendor\web-token\jwt-core\Util\ECKey.php:98 94▕ 'curve_name' => self::getOpensslCurveName($curve), 95▕ 'private_key_type' => OPENSSL_KEYTYPE_EC, 96▕ ]); 97▕ if...