Prepared Pusher push notifications
This commit is contained in:
@@ -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'
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
];
|
||||
|
@@ -59,4 +59,9 @@ return [
|
||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||
],
|
||||
|
||||
'pusher' => [
|
||||
'beams_instance_id' => env(''),
|
||||
'beams_secret_key' => 'Your Secret Key',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user