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...
I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...
So i migrating my website from php only to laravel and now i getting issue with this part of code, i...
I've come across a few questions like mine, however, each seemed to have a very different answer, so...
I have problem with {{ Form::text('{{name}}') }} in Blade. Please help me.
Greetings, I am returning a value from a variable in my controller but it yields different results w...
Hi, I have a textinput from a user like that: This is first paragraph. This is second paragraph. The...
Hi All, I'm new to Laravel and doing a project for my school. What I'm seeing that, blade documentat...
I have a Laravel site that has an existing Wordpress blog with a different theme. I'd like for the b...
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