We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi and thank you for the good work you're doing !
I'm using Pingpong-labs menus with Laravel 5.1.6 and I have an issue.
I have a login form within the menu so I used
$sub->header('
<form class="login_form" method="POST" action="auth/login"> <input type="hidden" name="_token" value="{{ csrf_token() }}"> ....
The problem is that {{ csrf_token() }} is not interpreted. I
1/ modified the menus.php to menus.blade.php to interpret {{ }} 2/ I changed menus.php to menus.blade.php in MenusServiceProvider.php
Any help or idea is welcome please. Thank you
The text was updated successfully, but these errors were encountered:
Looks more like you should be using the widget package for this kind of html. It's not really a menu.
Sorry, something went wrong.
No branches or pull requests
Hi and thank you for the good work you're doing !
I'm using Pingpong-labs menus with Laravel 5.1.6 and I have an issue.
I have a login form within the menu so I used
$sub->header('
The problem is that {{ csrf_token() }} is not interpreted. I
1/ modified the menus.php to menus.blade.php to interpret {{ }}
2/ I changed menus.php to menus.blade.php in MenusServiceProvider.php
Any help or idea is welcome please. Thank you
The text was updated successfully, but these errors were encountered: