Prepared Pusher push notifications

This commit is contained in:
2022-02-07 22:54:10 +00:00
parent 1c9f223d3f
commit 6a4ba00c78
7 changed files with 318 additions and 2 deletions

View File

@@ -59,4 +59,9 @@ return [
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],
'pusher' => [
'beams_instance_id' => env(''),
'beams_secret_key' => 'Your Secret Key',
],
];