Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blade file unexpected output #4

Open
meenctg opened this issue Mar 11, 2020 · 4 comments
Open

Blade file unexpected output #4

meenctg opened this issue Mar 11, 2020 · 4 comments

Comments

@meenctg
Copy link

meenctg commented Mar 11, 2020

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
Copy link
Owner

arshidkv12 commented Mar 11, 2020 via email

@meenctg
Copy link
Author

meenctg commented Mar 11, 2020

Not work for blade file encryption?

@arshidkv12
Copy link
Owner

arshidkv12 commented Mar 11, 2020 via email

@meenctg
Copy link
Author

meenctg commented Mar 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants