Hi all :), First of all : I opened a help paste here describing the core of the problem. I did many...
I'm developing an application system. Breakdown is there are Events and Districts - the Application...
Trying to do this, but the "contains" method doesn't work... anyone know why, or how I sho...
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...
Check out my code here: http://laravel.io/bin/9n9 I have a working solution now as shown, but I'd li...
Is it possible to cache relationships with the remember function? $screen->Texts()->with('Tex...
Hi, I have https://gist.github.com/RokSiEu/8793452 But I need to get https://gist.github.com/RokSiEu...
Hi, So we have a new project that will be used by multiple hospitals to have web-based doctor channe...
Hi folks, i have an issue about a derived table from a pivot table. Here is my schema: locale id nam...
I've created a user relationship similar to that of twitter. This is a self referencing many-to-many...
Hey, I want to cache my queries like getting all projects assigned to a user. I use ->remember(36...
I just started using laravel, and I am trying some code. $candidate1 = ot_Candidate::where('id', '='...
Right now, when I do something to the database that could fail... such as add a new record where the...
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