File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/ziming/laravel-statsig.svg?style=flat-square )] ( https://packagist.org/packages/ziming/laravel-statsig )
7
7
8
- Laravel Package for Statsig.
8
+ Laravel Package for Statsig. A Feature Gate & A/B Testing Platform with a somewhat decent free tier.
9
9
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.
11
12
12
13
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 :)
13
14
@@ -22,8 +23,6 @@ The following features are being considered for the future. If any of it interes
22
23
- Convenience Traits & Methods
23
24
- Octane/Vapor/Serverless Support (Probably far in the future)
24
25
25
- New Adapters will be nice. Octane/Vapor/Serverless Support will be nice. Middleware will be nice.
26
-
27
26
Donations are welcomed too as an alternative. Anything goes.
28
27
29
28
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
127
126
128
127
It is confusingly named in all lowercase to match the official laravel naming conventions for blade directives.
129
128
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.
131
130
132
131
``` blade
133
132
@statsigfeaturegate('gate_name')
You can’t perform that action at this time.
0 commit comments