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 c30454d commit d230b8cCopy full SHA for d230b8c
resources/views/docs/desktop/2/digging-deeper/broadcasting.md
@@ -13,7 +13,7 @@ Laravel application as you normally would or in the [JavaScript](#listening-with
13
14
NativePHP fires various events during its operations, such as `WindowBlurred` & `NotificationClicked`. A full list
15
of all events fired and broadcast by NativePHP can be found in the
16
-[`src/Events`](https://github.com/nativephp/laravel/tree/main/src/Events) folder.
+[`src/Events`](https://github.com/nativephp/desktop/tree/main/src/Events) folder.
17
18
## Custom events
19
0 commit comments