Why; even the variable name, why?
How can I obfuscate the codes in my Laravel app?
I work at a project and security teams ask me obfuscate the code where I use tables name and column name I search solution on google and not found a good answer for this. so i never like to use Commercial software like Zend Guard etc,
please Help me.
for example change this
DB::table('games')->where('club_id', $club_id)
to this
DB::table('games')->where('CSSWDFadsadads', $club)
I want the code to be illegible for the customers.
i don't want use these software
- Zend Guard
- IonCube
- SourceGuardian
- etc.
Finally i found solution.
i use this Repository https://github.com/pk-fr/yakpro-po
first install it and then copy your laravel project ( It is better to just copy route and app folder ) to yakpro-po installed folder.
then run php yakpro-po.php your-laravel-directory -o output directory
Thanks for not helping
Please or to participate in this conversation.