PHP code example of smhtet / laravel-obfuscator
1. Go to this page and download the library: Download smhtet/laravel-obfuscator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
smhtet / laravel-obfuscator example snippets
bash
php artisan code:obfuscate "YOUR_KEY" --path=app
bash
php artisan code:deobfuscate "YOUR_KEY" --path=app
bash
vendor/bin/php-obfuscate obfuscate "YOUR_KEY" --root=/path/to/project --path=app --path=routes
vendor/bin/php-obfuscate deobfuscate "YOUR_KEY" --root=/path/to/project --path=app --path=routes