We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1887e8b commit 469f412Copy full SHA for 469f412
README.md
@@ -1,7 +1,5 @@
1
# Spark Kiosk Notify
2
3
-# DO NOT USE - MAJOR SECURITY ISSUE FOUND
4
-
5
Adds a notification panel to your Laravel Spark Kiosk, allowing you to send notifications to users.
6
7
## Planned / Desired Features
@@ -58,6 +56,7 @@ Place a link to the notifications settings tab:
58
56
Inside the `<!-- Tab Panels -->` section, place the code to load the notifications tab:
59
57
60
```html
+<!-- Notifications -->
61
<div role="tabpanel" class="tab-pane" id="notifications">
62
@include('spark-kiosk-notify::notifications')
63
</div>
0 commit comments