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

@@ -649,6 +649,17 @@ return [
'location' => 'https://cdn.jsdelivr.net/npm/flatpickr'
]
]
],
[
'name' => 'Pusher',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => 'https://js.pusher.com/beams/1.0/push-notifications-cdn.js'
]
]
]
],
];

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',
],
];