Support the ongoing development of Laravel.io →
Views Blade Forms

I did a fresh L5 install for testing against all my L4.3 sites. Created a new layout and a basic view. Following the laravel instructions, things seemed to be working until I created my first form page. The forms aren't being parsed, just dumped as plain text. And the HTML::script/style commands are also not parsing as html, they are being dumped out as plain text. (So I have a lot of <a href=".... and <form.... text scattered throughout the page)

If I change the double curly brackets ({{) to escape brackets ({!!) this fixes things. Is that the new way of doing forms/links? According to the laravel upgrade instructions, it doesn't seem to be....and the video at Laracasts seems to show it working with {{.

I have imported the illuminate package at version 5.0. I tried to import the older 4.3 version but composer refused to grab it. I have added the HTML provider. I have added the Form and HTML facades.

What am I missing?

Last updated 2 years ago.
0

Alright. Found out that this is an intentional change. Have to use Blade::setEchoFormat('%s'); somewhere to restore that functionality if you don't agree with the change.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

landjea landjea Joined 5 Mar 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.

© 2025 Laravel.io - All rights reserved.