Support the ongoing development of Laravel.io →

1,114 Threads

posted 10 years ago

Template looping with custom variables

I'm trying to figure out the best way to present data in a grouped fashion. I have a load of courses...

0 Likes
0 Replies

paginate() problem

I have a problem with paginate() with hasmany(). I have 2 tables. Categories and posts. I showing po...

0 Likes
2 Replies

How do I make a form button, class and span class in blade?

How would I write the following for blade? <button type="submit" class="btn btn-w...

0 Likes
4 Replies
posted 10 years ago

Weird Blade/Chrome CSS Rendering delay

Hi! I am a super Laravel noob so please take it easy :) I have a simple site with 4 divs that are ce...

0 Likes
2 Replies

manual pagination

in controller : $push_arr = [ ...] $paginator = Paginator::make($push_arr, Category::count(),10); r...

0 Likes
2 Replies
posted 10 years ago

A global partial view in a Controller

Hello, I need to put in my template a set of js files. What is the best way to create a global view...

0 Likes
5 Replies
posted 10 years ago

twitter bootstrap 3.1.1 not displaying dropdown items

I cannot work this problem out. Using twitter bootstrap 3.1.1 mostly everything I need to do works w...

0 Likes
19 Replies

one view and 3 controllers

I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...

0 Likes
1 Replies
posted 10 years ago

Specifying Form::button action

Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...

0 Likes
1 Replies

$_GET isset with laravel?

I'm working with Laravel. Trying to work out the best conversion for below. Would I use query builde...

0 Likes
4 Replies
posted 10 years ago

Is it ok to store .blade files in public directory?

Simple question. Is it ok to store .blade template files in public directory? Thanks.

0 Likes
3 Replies
posted 10 years ago

Appending to head tag in master template from within included one

Is there any way to append head tag of parent template from within child template? Template structur...

0 Likes
3 Replies
posted 10 years ago

How to get content only inner section on blade file

Hello I want to get content only inner section and set to variable and response vie ajax // layout.b...

0 Likes
0 Replies
posted 10 years ago

section with yield and include

###Master Layout @yield('content) ###Guest Layout @extends('master') @section('content') <h1>...

0 Likes
0 Replies
posted 10 years ago

blade template not working probably in Laravel 4.1?

simply i tried to use the blade template system which comes with laravel framework but its not worki...

0 Likes
3 Replies
posted 10 years ago

Blade syntax for vim

I recently updated a vim syntax for blade which I originally created about a year ago. The updates...

0 Likes
0 Replies

Laravel specific Sublime Text 3 snippets

Anyone knows where I could find some Laravel specific Sublime Text 3 snippets? For example creating...

0 Likes
1 Replies

Passing variables to view

I think I might have discovered a bug. This is what I have until now. Routes.php Route::get('/{u...

0 Likes
1 Replies

[Package] Blade Partials - Think @extends functionality inline within your views

Hey everyone, I released the Blade Partials package yesterday. It allows you to extend from partial...

0 Likes
4 Replies

Refresh page after selecting an option from a drop down menu

Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...

0 Likes
3 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.