WARNING: NASTY PROCEDURAL CODE AHEAD. Let's say I have an ajaxified to-do list app. I have this rout...
Hi guys, I have recently posted a new tutorial on something that seems to have been missed by the La...
I've been searching and hacking away for the past few hours now. I have a bunch of models. They're...
Hi all, I'm still chipping away at learning Laravel. Coming along slowly though. :-/ In my db class...
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...
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