Recently on the company I work, we had a problem with a client that broke contract with us.
The problem is that for this client specifically, the source code was deployed in the client's server instead of our own. With the result of this, the client took all the source code to themselves and ghosted us after that (Our contracts explicitly state that the source code is our property and in case of a contract break, the client would have to buy the source code).
With that in mind, is there some sort of backdoor protection or anything similar that exists in Laravel or anyone implemented a package for this?
What would be the solution you guys would use to protect yourselves from such situations?