bpuig / laravel-subby

Laravel Plan and Subscriptions manager.
https://bpuig.github.io/laravel-subby
MIT License
102 stars 42 forks source link

updated plan-feature-model.md about feature params #59

Closed boryn closed 3 years ago

boryn commented 3 years ago

I have written more description on how to use the features and their params.

PS. I have based the info about written "true" / "false" from canUseFeature() where there is:

if ($featureValue === 'true') {
            // If feature value exists and has a written true value
            return true;
//
boryn commented 3 years ago

Was there something wrong about my changes to the docs? I wanted them to be more clear for the new users.

bpuig commented 3 years ago

Arg! I did not expect this to be closed after merging the branch! I'll take a look

boryn commented 3 years ago

And what about this mod to docs?

bpuig commented 3 years ago

I added partially (without the expanding) some time ago but outside the PR since this was closed by version and I messed up.

boryn commented 3 years ago

ok, thank you :)