PHP Classes

File: config/push_notifications.php

Recommend this page to a friend!
  Classes of Naif Alshaye   Nova PHP Push Notifications   config/push_notifications.php   Download  
File: config/push_notifications.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Nova PHP Push Notifications
Laravel based Web app to send push notifications
Author: By
Last change:
Date: 5 years ago
Size: 91 bytes
 

Contents

Class file image Download
<?php
return [
   
'app_id' => env('PUSH_APP_ID'),
   
'api_key' => env('PUSH_API_KEY'),
];