I have controllers that have public get, create, update, and delete methods that should only be done...
Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...
I don't know if this is the right place for ideas/suggestions for the laravel.io site, but I think i...
Hi. I perform $a = Items::where('code', '=', $code); In the code column there are various entries, u...
I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...
I'm trying to get a Post inside a Session, but between Post and Session I have a Category Model. Eac...
I can only call my master template from my UsersController. When i call my master template from Pos...
Hi Can we do this query in Eloquent $tagString = implode (',', $tags); return DB::select (DB...
Sorry for my english, is not very good. I have a User model and I have a Post model. two models have...
I get this Error Message. http://imgur.com/onQJvuM I tried logging in and out.
What is the relationship between these data-binding frameworks and Laravel? Does Laravel implement s...
Hi all, I am trying ThuJohn's DOMPDF wrapper for L4 and am having a little problem rigtht off the ba...
I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...
Looking for contractors to help execute some large-ish Laravel 4 projects on a part-time basis (10-2...
Guys, good morning. Question about relationship. In this query it brings me a student and two servic...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...
Hello, First time Laravel install - went great. Then installed https://github.com/rydurham/Sentinel...
Hi everyone! I have a sub-view (which i call widget) in my pages which accepts a parameter, and this...
instead of querying for his data on each page load? or it is not secure?
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