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...
Hi, Since moving an existing project from AWS to a new Forge spawned DigitalOcean server, it doesn't...
I'm brandnew with Laravel4 and I had trouble with Blade for several days. I searched in forums but I...
I'm using "mcamara/laravel-localization" for my app. Routing, translations and everything...
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