How do I escape blade content? I'd like to output @extends('blah.blah') in the output, but not sure...
I have a news feed that currently is displaying with a structure of what seems to be similar to face...
Hello, I work on a BrowserGame who wants to Support many Languages. But now i run into a Problem and...
Is it possible to inject PHP into a blade? A lot of my pages are the same, except for the controller...
Hello If i have a table named 'Books' and i would want to print out all the names of the books that...
Hi, I'm wondering what the best approach to creating a flow chart style web page would be? For examp...
I'm passing a model collection ($occurrences) from the controller to the view, and there I convert t...
Hi I am new to Laravel, How to create a multiple select drop-down list. Can any one please help me !...
Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...
Hi, I'm having some error trying to call a view from a subfolder. First, this thing works Route::get...
Hi all, I have a line in my blade file like that: <img src="{{ asset('img/users/Auth::user()...
Hi, I am new to MVC and learning Laravel at the moment. I would like to have the last URL string as...
I have a problem I have a form::model using an action but, in the action I'm using a named route whe...
Hello Laravel community, I currently run on the usercake php platform, which is just comprised of a...
Running on Ubuntu 12.04 using HHVM 3.1.0 (the latest release). I've just recently tried updating fro...
Hi, When I'm using the blade templating in Laravel 4.2.1 it's appear this message: production.ERROR:...
In many blade subtemplates section "example" doesn't exitst. How to check in master blade...
Hi, I'm completely new to Laravel, working with it for maybe two or three days on a small/medium pro...
here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...
I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community