Support the ongoing development of Laravel.io →
Installation Configuration Blade
Last updated 1 year ago.
0
Solution

Blade in Laravel 5 has a new security feature. It will autoescape everything you put between {{ and }}. You need to use

 {!! Form::open(['route' => 'user.login', 'method' => 'post', 'class' => 'navbar-form']) !!}
0

Thanks, that did it !

0

Sign in to participate in this thread!

Eventy

Your banner here too?

ottz0 ottz0 Joined 15 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.