arshidkv12 / bolt-cli

phpBolt cli phpbolt.com
MIT License
11 stars 9 forks source link

Blade file unexpected output #4

Open meenctg opened 4 years ago

meenctg commented 4 years ago

I have encrypted test.blade.php file. When getting output, it gives unexpected output.

test.blade.php content

<p>
    php: {{phpversion()}}
</p>

Output php: {{phpversion()}}

b���Mq������8���*�^{�.��[��ߘ�1ø����{��| @��.oW�{�j��2

Expected output php 7.2.19

When I use php syntax inside blade file

<p>
    php: <?php echo phpversion(); ?>
</p>

Unexpected symbol end of output

php: 7.2.19

��=� L��ۯ��{�.��b�ح��*��۾�{� ,{�/�ȭ�(���_���jت�� �

arshidkv12 commented 4 years ago

Encrypt controller folder only

On Wed, Mar 11, 2020, 10:44 AM meenctg notifications@github.com wrote:

I have encrypted test.blade.php file. When getting output, it gives unexpected output.

test.blade.php content

php: {{phpversion()}}

Output php: {{phpversion()}}

�b���Mq�������8���*��^{�.��[��ߘ�1ø����{��| @��.oW�{�j����2

Expected output php 7.2.19

When I use php syntax inside blade file

php:

Unexpected symbol end of output

php: 7.2.19

���=�� L���ۯ��{�.��b�ح��*��۾�{� ,{�/�ȭ�(���_���jت��� ��

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arshidkv12/bolt-cli/issues/4?email_source=notifications&email_token=ABT5Y5KAMJN6NWLV3H47OV3RG4M4BA5CNFSM4LFNZ7U2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IUDCEOA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABT5Y5LE363T7W6WBZMJQLTRG4M4BANCNFSM4LFNZ7UQ .

meenctg commented 4 years ago

Not work for blade file encryption?

arshidkv12 commented 4 years ago

No

On Wed, Mar 11, 2020, 10:54 AM meenctg notifications@github.com wrote:

Not work for blade file encryption?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arshidkv12/bolt-cli/issues/4?email_source=notifications&email_token=ABT5Y5NE6ERAN22Q4QIBM2DRG4OBXA5CNFSM4LFNZ7U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOOF3MQ#issuecomment-597450162, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABT5Y5J7EC22FTT7E5PMOZTRG4OBXANCNFSM4LFNZ7UQ .

meenctg commented 4 years ago

It would be great if you add support for blade template also.