Support the ongoing development of Laravel.io →

1,478 Threads

Workbench Package Assets

Working on my first package and running into mixed results with assets. According to the doc "H...

0 Likes
0 Replies
posted 10 years ago

Blade help: making a form select box from an object

I wish to make a select box of city names for a form. I have been able to create and pass to my view...

0 Likes
7 Replies

Blade help - Route [crowds.create] not defined

I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...

0 Likes
3 Replies
Solved
posted 10 years ago

Designing a box model for my layout

Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...

0 Likes
0 Replies
posted 10 years ago

passing variable from blade(view) to route or controller

hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....

0 Likes
0 Replies
posted 10 years ago

how to make View::share to use the reference to the variable?

I want to share a global variable with View::share, and this variable are created in BaseController'...

0 Likes
2 Replies

Multiple forms, same page, common fields

Hey, so I have two forms on the same page, and these forms have common field names. Since I'll have...

0 Likes
0 Replies

handling errors from controller

I would like to use main template also for error views. Main template works only if i call it from c...

0 Likes
0 Replies

What does these blade variables mean

Hello Community, I've started learning laravel and i like it but i've some questions about blade vie...

0 Likes
1 Replies

Loop thru results special way

My query returns say 6 results from a find(). Now I need to display the first different from the res...

0 Likes
4 Replies

Want to create reusable template block

I want to create a template block that I can reuse many times, I try to use @include or @extend, but...

0 Likes
2 Replies

One file for Create and Edit

Hi, How do I have only one file to be used in create.blade.php and edit.blade.php?

0 Likes
3 Replies
Solved
posted 10 years ago

@include a subview in a @foreach loop

Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...

0 Likes
0 Replies
posted 10 years ago

@extends versus @extend in Blade templates - Laravel 4.2

I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...

0 Likes
0 Replies

Query producing wrong SQL

I have : $data = Page::find($page_id); return View::make('pages.slider', array( 'page' => $data,...

0 Likes
3 Replies

How to do an "include" from within a content piece

I have a blade template that is pulling content from a database. <body> <div id="cont...

0 Likes
1 Replies
posted 10 years ago

Can't get blade to escape properly

I am using the WYSIWYG editor Summernote but this seems to be an issue with any editor: Let's say I...

0 Likes
0 Replies
posted 10 years ago

Pass object id to JS popup form

Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...

0 Likes
9 Replies

Reusable forms on different routes/controllers

Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...

0 Likes
4 Replies
posted 10 years ago

How to use HTML::linkAction() with Bootstrap glyphs?

I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...

0 Likes
2 Replies
Solved

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.