PHP Classes

File: src/config/onesignal.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Laravel OneSignal REST API   src/config/onesignal.php   Download  
File: src/config/onesignal.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Laravel OneSignal REST API
Access OneSignal API from a Laravel application
Author: By
Last change:
Date: 1 year ago
Size: 201 bytes
 

Contents

Class file image Download
<?php
return [
   
'app_id' => env('ONESIGNAL_APP_ID'),
   
'app_key' => env('ONESIGNAL_API_APP_KEY'),
   
'user_key' => env('ONESIGNAL_API_USER_KEY'),
   
'debug' => env('ONESIGNAL_DEBUG', false),
];