Hi, I'm using laravel 4 with backbone and it has been working fine up till now. I'm trying to update...
Hi I want to run the following query with the query builder ... this is what i have Query SELECT...
Hi, I'm trying to execute a Python script from my Controller. In my controllers directory I created...
Hi, I had a perfectly working Laravel project, and now I'm getting the following error Invalid reque...
Hi, I'm trying to run the following query but it's not returning anything ... any idea why? $comment...
Got it ... i had to use the following 'comments.commentTags' => function($query) use ($sentiment)...
and FYI this is the function public static function getHotComments($pageName, $sentiment) {...
OK so i changed $query->where('commentTags.tag', 'LIKE', "%{$sentiment}%"); To $query-...
In side the 'comments.commentTags' => function($query) { $query->where('c...
The Laravel portal for problem solving, knowledge sharing and community building.