#Multiple app licence key
5 messages · Page 1 of 1 (latest)
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
We host the installations
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.