Support the ongoing development of Laravel.io →

1,477 Threads

posted 9 years ago

How to add a <i> class to a html

Hello, I wonder how I can add a <i class = "xxx"> to a html link with blade so the outcome wil...

0 Likes
4 Replies
posted 9 years ago

Font-awesome service provider problem

Hello, Im trying to make Font-awesome work by following this page : http://kevinkhill.github.io/Fon...

0 Likes
0 Replies
posted 9 years ago

Is it a good practice to make use of "array_key_exists" in blade?

Hi all, For some reasons (In fact, to eliminate errors in blade) I want to code like that in blade:...

0 Likes
1 Replies

Passing data to leaflet.js map

Alright newb question, I've had a reasonable amount of success building my first laravel application...

0 Likes
9 Replies
Solved

Form model binding and one to many releationship

So I have this situation where i need to make dynamic amount of fields. But I can't find in document...

0 Likes
0 Replies
posted 9 years ago

Blade templating "syntax error, unexpected end of file"

Hello everybody, here is my index.blade.php file : @extends ("layouts.main") @section(&q...

0 Likes
1 Replies
Solved

How to add javascript in views in Laravel 4 Starter Site

Hi, i have a question related to Laravel 4 Starter Site The following is one of the view page. @ext...

0 Likes
1 Replies
Solved
posted 9 years ago

How to manage templating architecture (in general)

Hi all i've a project and with the following common problem: I've several methods that render pages...

0 Likes
0 Replies

Using JQuery Sortable table and saving to Database.

I've turned this question into a helpful post after resolving it myself. So I'll post the snippets o...

0 Likes
2 Replies

How to create a menu using Laravel and Blade Templating

Hi, howcan you create a menu in laravel? Because It would be bad if I copy&pasted the menu on ev...

0 Likes
2 Replies
Solved

Pass variables to View

I´m trying to after save chamada in the function store then show it in the view show. I'm using this...

0 Likes
1 Replies
Solved

link html in laravel problem

Hello Shows me Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException but this link &l...

0 Likes
1 Replies

Use Laravel for multi language static website with some custom functions

Hi, I need to create a new website for our company and I am not sure about the CMS/System. At first...

0 Likes
1 Replies

Best practise for linking

There seems to be many different ways to link across pages. <a href="{{ route('users.index') }}"&...

0 Likes
2 Replies

Adding Files Dynamically To Default Template File

I was scanning over the documentation to find out how to use the asset pipeline script to help me be...

0 Likes
5 Replies

Raw JSON being displayed when returning to page

I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...

0 Likes
3 Replies
Solved
posted 10 years ago

Wrong data when extending blade views and sections

I'm not sure if this is an error or if sections are not supposed to be used like this. It's a bit di...

0 Likes
1 Replies

Pagination and Eager Loading

My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...

0 Likes
0 Replies

open page from routes not run css files

open page from routes not run css files whatis the problem? Route::get('/', function(){ return Vi...

0 Likes
0 Replies
posted 10 years ago

Passing vars in extended blade template

Hi all, I have a generic template for my website, called "dashboard.blade.php". If i need...

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.