Skip to content

Commit 1252835

Browse files
author
ziming
committed
update docs
1 parent af80816 commit 1252835

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-statsig/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ziming/laravel-statsig/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/ziming/laravel-statsig.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-statsig)
77

8-
Laravel Package for Statsig.
8+
Laravel Package for Statsig. A Feature Gate & A/B Testing Platform with a somewhat decent free tier.
99

10-
This package is still very early in development & likely not ready for production use yet. I have only just started using it in production.
10+
This package is still very early in development & likely not ready for production use yet.
11+
I have only just started using it in production on a small site 1st.
1112

1213
Use at your own risk if you want to try it now. But if you have used in production, it would be great to let me know :)
1314

@@ -22,8 +23,6 @@ The following features are being considered for the future. If any of it interes
2223
- Convenience Traits & Methods
2324
- Octane/Vapor/Serverless Support (Probably far in the future)
2425

25-
New Adapters will be nice. Octane/Vapor/Serverless Support will be nice. Middleware will be nice.
26-
2726
Donations are welcomed too as an alternative. Anything goes.
2827

2928
You can also let Stasig know that [this package referred you there](https://statsig.com/updates#6/12/2023)
@@ -127,7 +126,7 @@ A handy blade directive is also provided to check against Statsig Feature Gates
127126

128127
It is confusingly named in all lowercase to match the official laravel naming conventions for blade directives.
129128

130-
Currently it can only be used if the user is logged in.
129+
Currently it can only be used if the user is logged in. Do not use it for your guest pages for now.
131130

132131
```blade
133132
@statsigfeaturegate('gate_name')

0 commit comments

Comments
 (0)