We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb95010 commit b83863eCopy full SHA for b83863e
readme.md
@@ -81,6 +81,26 @@ APP_NAME="Laravel"
81
FCM_SERVER_KEY=putYourKeyHere
82
```
83
84
+
85
+### Methods Ref
86
87
+- `->to()`
88
89
+- `->toTopic()`
90
91
+- `->data()`
92
93
+- `->notification()`
94
95
+- `->priority()`
96
97
+- `->timeToLive()`
98
99
+- `->enableResponseLog()`
100
101
+- `->send()`
102
103
104
### Usage
105
106
If You want to send a FCM with just notification parameter, this is an example of usage sending a FCM with only data parameter :
0 commit comments