Support the ongoing development of Laravel.io →

353 Threads

[Laravel 4.3] Form class outputs htmlentities

Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...

0 Likes
7 Replies
Solved

Laravel Form objects dumping in as text. (L5)

I did a fresh L5 install for testing against all my L4.3 sites. Created a new layout and a basic vie...

0 Likes
1 Replies
Solved
posted 9 years ago

Blade - escaping @ symbol?

Is there a way of escaping or preventing the default behaviour of the '@' symbol in a blade template...

0 Likes
4 Replies
Solved

need help URL relative with blade.php

Hello I am trying to link but it s failed with Laravel MVC. What I put <li><a href=" regis...

0 Likes
2 Replies
Solved

Minify views using a whitelist

I tried using all the Laravel related minify packages and they all suffer from the same problems, es...

0 Likes
2 Replies
Solved

Passing data to leaflet.js map

Alright newb question, I've had a reasonable amount of success building my first laravel application...

0 Likes
9 Replies
Solved
posted 9 years ago

Blade templating "syntax error, unexpected end of file"

Hello everybody, here is my index.blade.php file : @extends ("layouts.main") @section(&q...

0 Likes
1 Replies
Solved

How to add javascript in views in Laravel 4 Starter Site

Hi, i have a question related to Laravel 4 Starter Site The following is one of the view page. @ext...

0 Likes
1 Replies
Solved

How to create a menu using Laravel and Blade Templating

Hi, howcan you create a menu in laravel? Because It would be bad if I copy&pasted the menu on ev...

0 Likes
2 Replies
Solved

Pass variables to View

I´m trying to after save chamada in the function store then show it in the view show. I'm using this...

0 Likes
1 Replies
Solved

Raw JSON being displayed when returning to page

I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...

0 Likes
3 Replies
Solved

Only once for first element of a foreach?

I don't know what to say in the if statement. @foreach($posts as $post) @if($p...

0 Likes
1 Replies
Solved
posted 9 years ago

"eval" method for blade?

I have a text string from our database that I'm injecting into a blade template. Is it possible to h...

0 Likes
2 Replies
Solved
posted 9 years ago

How to: foreach without affecting every row?

Is there a way to do a foreach on for example your products and sort this by their category_id and s...

0 Likes
4 Replies
Solved

Route not defined

In my page I have this code <li> {{ link_to_route('test', 'Test Page') }} </li> I...

0 Likes
2 Replies
Solved

Session out side laravel

Hello, I would like to know, how to use the sessions below in another php file outside laravel proje...

0 Likes
1 Replies
Solved

View::composer not sending variable after form post

Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...

0 Likes
1 Replies
Solved

HTML not rendered...Blade not seem to be working

Hi, I am new to Laravel and tried the Quick Start tutorial as is. However, view is not getting rende...

0 Likes
7 Replies
Solved

How to create a form element whose name is an array, using Blade?

I have a form which loops through an array to create the form elements, so the name of each input el...

0 Likes
3 Replies
Solved

local domain is added in front of all external urls in a tags in blade

Hi, in my blade template I'm using a javascript variable "Website" to store a url string,...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

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.