Support the ongoing development of Laravel.io →

1,478 Threads

Compiling Laravel View in Controller?

I'm currently using Handlebars.js to compile views with ajax data. The issue is that I can't use Lar...

0 Likes
1 Replies

Redisplay view based on dropdown selected value

In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...

0 Likes
1 Replies
Solved
posted 9 years ago

Adding class to img helper?

I have this: {{ HTML::image('css/img/logo.png');}} But I need to add a class to this image. Tried t...

0 Likes
1 Replies
Solved

Cleaning up controller and views

My controller and view code is getting messy. This post is more of a general question as to what oth...

0 Likes
3 Replies

Create helper to display active or inactive for boolean value

Hi, Rather than use an if statement in my view, is there a way I can display the text using a helper...

0 Likes
0 Replies

Custom blocks with Blade

Is it possible to use the Blade::extend functionality to create custom blocks? For example, I'd like...

0 Likes
0 Replies

Cascading/Dependent dropdown list

Hi All, I'm a relative newb to Laravel with not much understanding of javascript. I'm trying to get...

0 Likes
5 Replies

Issues with data types on Windows and Mac

I am working in a team with 3 members on a project in Laravel. I'm running Windows on my laptop with...

0 Likes
1 Replies

AJAX and blade

So i am a total newbie at Laravel and any advice and help would be appreciated. I am planning to cre...

0 Likes
2 Replies

How to show catagory parent of category in view

hello everyone im new in Laravel 4 (this is first time i use it) i try to make a small project using...

0 Likes
6 Replies
posted 9 years ago

what is the difference between yield and section?

#Code 1: layout.blade.php: @yield('content') view: @extends('labout') @section('content') Content h...

0 Likes
1 Replies
Solved

Weird behaviour when @foreach uses an @include with @extends (Bug?)

Hi everyone! I keep getting this weird behaviour, I'm not sure if I'm missing something or if it's s...

0 Likes
0 Replies

Array to fill a checkbox

I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...

0 Likes
2 Replies
Solved

Help me translate this code to laravel

So i migrating my website from php only to laravel and now i getting issue with this part of code, i...

0 Likes
2 Replies

Populate HTML with database data

I've come across a few questions like mine, however, each seemed to have a very different answer, so...

0 Likes
1 Replies

Problem with {{ Form::text('{{name}}') }} in Blade?

I have problem with {{ Form::text('{{name}}') }} in Blade. Please help me.

0 Likes
7 Replies

Strange Behavior. Controller Var dump results different than blade var dumpresults.

Greetings, I am returning a value from a variable in my controller but it yields different results w...

0 Likes
4 Replies
posted 9 years ago

Paragraph based textarea format in blade?

Hi, I have a textinput from a user like that: This is first paragraph. This is second paragraph. The...

0 Likes
1 Replies
posted 9 years ago

Blade documentation

Hi All, I'm new to Laravel and doing a project for my school. What I'm seeing that, blade documentat...

0 Likes
1 Replies

Loading a blade template from Laravel into Wordpress

I have a Laravel site that has an existing Wordpress blog with a different theme. I'd like for the b...

0 Likes
2 Replies

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.