Support the ongoing development of Laravel.io →
Haseeb90

Haseeb90

Joined 8 Apr 2014

Statistics

Threads 6
Replies 15
Solutions 1
Articles 0
posted 11 years ago

Laravel 4 RESTful Controller PUT Request not working

Hi, I'm using laravel 4 with backbone and it has been working fine up till now. I'm trying to update...

0 Likes
3 Replies
posted 11 years ago

Query with Query Builder. What's wrong?

Hi I want to run the following query with the query builder ... this is what i have Query SELECT...

0 Likes
2 Replies
Solved
posted 11 years ago

Executing Python script with Laravel 4 Controller

Hi, I'm trying to execute a Python script from my Controller. In my controllers directory I created...

0 Likes
0 Replies
posted 11 years ago

Invalid request (Unexpected EOF)

Hi, I had a perfectly working Laravel project, and now I'm getting the following error Invalid reque...

0 Likes
1 Replies

Something wrong with this Elloquent Query... Help

Hi, I'm trying to run the following query but it's not returning anything ... any idea why? $comment...

0 Likes
7 Replies
Solved
replied 11 years ago
0 Likes
replied 11 years ago

Something wrong with this Elloquent Query... Help

Got it ... i had to use the following 'comments.commentTags' => function($query) use ($sentiment)...

0 Likes
Solved
replied 11 years ago

Something wrong with this Elloquent Query... Help

and FYI this is the function public static function getHotComments($pageName, $sentiment) {...

0 Likes
replied 11 years ago

Something wrong with this Elloquent Query... Help

OK so i changed $query->where('commentTags.tag', 'LIKE', "%{$sentiment}%"); To $query-...

0 Likes
replied 11 years ago

Something wrong with this Elloquent Query... Help

In side the 'comments.commentTags' => function($query) { $query->where('c...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.