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 ee62b0b commit 7eac746Copy full SHA for 7eac746
README.md
@@ -10,9 +10,10 @@
10
11
Supabase client for PHP:
12
- Realtime database, Storage, Authentication and many more.
13
-- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
14
-- If RLS are enable [✓] maybe you getting some errors.
+- [ ] When you creating your supabase table, make sure RLS (Row Level Security) option be disable.
+- [x] If RLS are enable maybe you getting some errors.
15
16
+---
17
18
> [!WARNING]
19
> if you push the code to production while Row-Level Security (RLS) is disabled,
0 commit comments