Hi, I have project on CI and it works great, i have used lex template parser in, i want to move this...
Hello, I wonder how I can add a <i class = "xxx"> to a html link with blade so the outcome wil...
Hello, Im trying to make Font-awesome work by following this page : http://kevinkhill.github.io/Fon...
Hi all, For some reasons (In fact, to eliminate errors in blade) I want to code like that in blade:...
Alright newb question, I've had a reasonable amount of success building my first laravel application...
So I have this situation where i need to make dynamic amount of fields. But I can't find in document...
Hello everybody, here is my index.blade.php file : @extends ("layouts.main") @section(&q...
Hi, i have a question related to Laravel 4 Starter Site The following is one of the view page. @ext...
Hi all i've a project and with the following common problem: I've several methods that render pages...
I've turned this question into a helpful post after resolving it myself. So I'll post the snippets o...
Hi, howcan you create a menu in laravel? Because It would be bad if I copy&pasted the menu on ev...
I´m trying to after save chamada in the function store then show it in the view show. I'm using this...
Hello Shows me Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException but this link &l...
Hi, I need to create a new website for our company and I am not sure about the CMS/System. At first...
There seems to be many different ways to link across pages. <a href="{{ route('users.index') }}"&...
I was scanning over the documentation to find out how to use the asset pipeline script to help me be...
I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...
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...
My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...
open page from routes not run css files whatis the problem? Route::get('/', function(){ return Vi...
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