users id follows id user_id follow_id posts id user_id let say i am user A and i followed user B. I...
I want the repository to be interchangeable, so I'm not dependant on Eloquent. I therefore have an i...
I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...
Check out my code here: http://laravel.io/bin/9n9 I have a working solution now as shown, but I'd li...
I have a fairly complex query that combines (via union) the results of a couple of different queries...
Hi, I have https://gist.github.com/RokSiEu/8793452 But I need to get https://gist.github.com/RokSiEu...
Hi folks, i have an issue about a derived table from a pivot table. Here is my schema: locale id nam...
I have a query with a select that has a DB:raw equation to get an invoice balance. I'm not sure how...
Is it possible to disable the build in commands like migrate. To be certain I can't run them by acci...
I've never been a fan of L4's migration approach. Maybe it's just the way I develop that is the rea...
I just started using laravel, and I am trying some code. $candidate1 = ot_Candidate::where('id', '='...
I'm building an applicaiton where I have a lot of forms and CRUD stuff. What I'm trying to achieve i...
Can someone tell me how this code fails even though I am catching the PDOException? https://gist.git...
I am looking for help in grabbing data the proper Laravel way. An existing site is being converted t...
Hey guys, having troubles with second level relationship I got it figuring out how one to many works...
I need to display informations in a table that can be sort by columns. I'm using a eager load query...
Hey, i got a rather complex query, and i would like to transform it with eloquent/query builder. I w...
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