You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
452 B

  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | FCM API Key
  6. |--------------------------------------------------------------------------
  7. |
  8. | This key allows you to send Push Notifications. To obtain this key go
  9. | to the porject settings and click on the "Cloud Messaging" tab, now
  10. | copy the API Key of "Legacy server key".
  11. |
  12. */
  13. 'key' => env('FCM_KEY'),
  14. ];