How do I do a conditional check of a value from an array to decide the layout? This is the error I g...
Hello, Is it possible to use javascript variables in blade statements ? I have a blade template fill...
Hi, Could I include a result from a function of controller o route inside of a part of view blade wi...
Hi everybody, I am starting with Laravel and I ran into a problem with generating a link. The link I...
Hey everyone. I've been building one-page apps a long time now (in the grand scheme of things), for...
Hello, I have this error on my deployed version it was working, I wanted to use simple sms so I inst...
Currently I have this code: {{Form::select('schoolId', $schools)}} But I need to add a class.. I tri...
I'm currently using Handlebars.js to compile views with ajax data. The issue is that I can't use Lar...
In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...
I have this: {{ HTML::image('css/img/logo.png');}} But I need to add a class to this image. Tried t...
My controller and view code is getting messy. This post is more of a general question as to what oth...
Hi, Rather than use an if statement in my view, is there a way I can display the text using a helper...
Is it possible to use the Blade::extend functionality to create custom blocks? For example, I'd like...
Hi All, I'm a relative newb to Laravel with not much understanding of javascript. I'm trying to get...
I am working in a team with 3 members on a project in Laravel. I'm running Windows on my laptop with...
So i am a total newbie at Laravel and any advice and help would be appreciated. I am planning to cre...
hello everyone im new in Laravel 4 (this is first time i use it) i try to make a small project using...
#Code 1: layout.blade.php: @yield('content') view: @extends('labout') @section('content') Content h...
Hi everyone! I keep getting this weird behaviour, I'm not sure if I'm missing something or if it's s...
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