I gotta give up. I don't want to, but I got to, because trying to learn Laravel with very very limit...
Hi, I have two models : Sale.php <?php class Sale extends Eloquent { public function groups() {...
Hi, I came across very weird issue for test cases. I have written test cases in laravel application....
HI all, I am New to laravel and learning going through laravel documentation and practicing side by...
Hello, I'm trying to load an Eloquent model with a polymorphic relationship. I want to get Photos th...
Hi everyone! I'm new to laravel and I need some help with this problem. I have 2 tables posts and po...
I'm buidling a SaaS and have added a client_id column to each of my tables. Now in my repositories,...
Hi, I need to join one table into a query only if another condition is true. I try, using the exanpl...
I've been searching and hacking away for the past few hours now. I have a bunch of models. They're...
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...
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...
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', '='...
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