Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Salim01's avatar

Enabling features in app

Hello, I'm trying to implement paid features in my app, I was thinking on using laravel modules and then disabling/enabling modules in the app, however I'm not very sure if that's a correct approach or not, any tips/suggestions? Thanks

0 likes
3 replies
fylzero's avatar

I missed the "paid" part when I sped-read this. lol

...but yes, you can actually take a similar approach to feature flagging and just mark those features unavailable based on the payment status of the user.

1 like

Please or to participate in this conversation.