-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Encrypt controller folder only
…On Wed, Mar 11, 2020, 10:44 AM meenctg ***@***.***> wrote:
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ت��� ��
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ABT5Y5KAMJN6NWLV3H47OV3RG4M4BA5CNFSM4LFNZ7U2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IUDCEOA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABT5Y5LE363T7W6WBZMJQLTRG4M4BANCNFSM4LFNZ7UQ>
.
|
Not work for blade file encryption? |
No
…On Wed, Mar 11, 2020, 10:54 AM meenctg ***@***.***> wrote:
Not work for blade file encryption?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ABT5Y5NE6ERAN22Q4QIBM2DRG4OBXA5CNFSM4LFNZ7U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOOF3MQ#issuecomment-597450162>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABT5Y5J7EC22FTT7E5PMOZTRG4OBXANCNFSM4LFNZ7UQ>
.
|
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
I have encrypted
test.blade.php
file. When getting output, it gives unexpected output.test.blade.php content
Output
php: {{phpversion()}}
�b���Mq�������8���*��^{�.��[��ߘ�1ø����{��|@��.oW�{�j����2
Expected output
php 7.2.19
When I use php syntax inside blade file
Unexpected symbol end of output
php: 7.2.19
���=�� L���ۯ��{�.��b�ح��*��۾�{� ,{�/�ȭ�(���_���jت��� ��
The text was updated successfully, but these errors were encountered: