SiavashBamshadnia / Laravel-Source-Encrypter

Laravel and Lumen Source Code Encrypter
MIT License
535 stars 124 forks source link

This did not work #5

Closed alihastam closed 4 years ago

alihastam commented 4 years ago

laravel 7 php 7

I installed and tested it. Encoded but it did not work with php artisan serve command on port 8000

SiavashBamshadnia commented 4 years ago

What error message did you get?

alihastam commented 4 years ago

my config is

return [
    'source'      => ['app', 'database', 'routes','resources'], // Path(s) to encrypt
    'destination' => 'encrypted', // Destination path
    'key_length'  => 6, // Encryption key length
];

2020-07-18_004822 2020-07-18_005300

2020-07-18_005927 2020-07-18_005910

SiavashBamshadnia commented 4 years ago

The blade templates are in resources directory and Laravel's blade templates are not real PHP codes. So PHPBolt can't encrypt these files.

alihastam commented 4 years ago

i test it with original views and i got error again.

SiavashBamshadnia commented 4 years ago

Laravel's blade templates are not PHP codes.