Skip to content

Commit 25d8377

Browse files
authored
Update README.md
1 parent a9f1c5d commit 25d8377

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ Pre-set Log Formatter
2424
$ app('unicomponent')->logFormatter()
2525
```
2626

27+
Pusher Instance
28+
29+
```shell
30+
$ app('unicomponent')->pusher
31+
```
32+
33+
Pusher Trigger
34+
35+
```shell
36+
$ app('unicomponent')->pusher->trigger($channels, string $eventName, array $data, array $params = [])
37+
```
38+
2739
## Contributing
2840

2941
You can contribute in one of three ways:
@@ -36,4 +48,4 @@ _The code contribution process is not very formal. You just need to make sure th
3648

3749
## License
3850

39-
MIT
51+
MIT

0 commit comments

Comments
 (0)