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

Laravel 5.8 and Laravel 6.0 esi tag issue #56

Open
amir-arain opened this issue Oct 3, 2019 · 1 comment
Open

Laravel 5.8 and Laravel 6.0 esi tag issue #56

amir-arain opened this issue Oct 3, 2019 · 1 comment

Comments

@amir-arain
Copy link

amir-arain commented Oct 3, 2019

Whenever I try to include an esi tag block like this

<input type="hidden" name="_token" value="<esi:include src="{{ url('csrf') }}" />">

or Like this

<esi:include src="{{ url('csrf_token') }}" />

it is giving me fatal error of Maximum function nesting level of '256' reached, aborting!

any help please.

note: {{ url('csrf') }} only return csrf token from controller, and {{ url('csrf_token') }} retun a csrf field with csrf_field() function

@amir-arain
Copy link
Author

Please Answer

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

1 participant