#Multiple app licence key

5 messages · Page 1 of 1 (latest)

radiant basin
#

The query is,
For a laravel app there is multiple installations and another app to monitor these so for each installations i need a licence key.
This is my first time doing something like this so how can i get a workflow is there something build for this or any examples for me to reffer

serene flare
#

If you give the source to others to self-host, you don't have a reliable way to have a license check on them, as they could just remove any code that does license checks. You need to either host the Laravel installation for them, or build a SaaS

radiant basin
#

We host the installations

serene flare
#

Do you just want the site to be inaccessible if their license has expired, or what? You can solve this in many ways.

#

You could for instance run a cron daily that checks licenses that has expired, and for those put their app into maintenance mode. Or bounce them off via the webserver.