Encryption the laravel source files I need to encrypt all the laravel files becoz i need to deploy in my client pc how can i do it?
@Tray2 so how can I deploy in my client server is there is any ways to make it or something i can do ?
@Abdullah-jerry You need to deploy it like you would any other server, but you can't protect the sources in any other way than with a license.
There are some third party programs things that can make the code harder to read, but none of them are really good.
Depending on the complexity of your application you might be able to build it with nativePHP and deploy it like any other application. It does not hide the code though and someone determined can examine the source inside the package.
https://nativephp.com/
@abdullah-jerry If you don’t want your client to have your code, then don’t give them it.
You can consider a SaaS app instead.
Please sign in or create an account to participate in this conversation.