コード例 #1
0
 public static function gcmPushNotifikasi($from, $gmcId)
 {
     $pesan = self::getPesan($from);
     $collection = PushNotification::app(['environment' => 'production', 'apiKey' => HelperController::getApiKeyGCM(), 'service' => 'gcm'])->to($gmcId)->send($pesan);
 }