Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...
Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...
Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...
I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...
In Laravel I have a list of products, all presented by a picture. I want to be able to click on a pi...
I would like to use combo box grid instead of select bbox in my form. Pl help. ....
I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...
I just setup a new instance of Laravel 4 on my local machine, I've been able to use URL routes succe...
My url is like domain.com/p/{id} when I insert a wrong ID i get error 500, how do i show error 404 n...
I can not use laracasts / utilities on laravel 4.1. *, please help me.
I have a master blade layout with meta_keywords, meta_description and title tags and want to populat...
if this is $items '$items = Item::with('brand', 'images')->get();', and i have this foreach @fore...
Hi everyone. I am currently building a web application and want to use several of those nice ui stuf...
Hi! I'm a student and new to Frameworks and Laravel. I was wondering if Laravel 4.X supports dynamic...
Just wrote a tutorial on managing your menu's in Laravel 4. It goes over using View composers and Co...
When working with AJAX method and "debug" set to "true", Laravel returns nice JS...
Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...
I would like to be able to display a status message count on every view of a site that I'm developin...
Hello, good evening. Does anybody had problems today with latest Laravel update? Suddenly Mail::queu...
I'm trying to load a blade view with layout, but I get this error: "Attempt to assign property...
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