Hi, I'm working on application that requires managing several databases from one administration inte...
I'm writing a system around an existing database structure using Laravel 4.1. The current system is...
Hi, I've tried to figure out if this is possible, but can't figure out how if it's even possible. Le...
Hi, I have two tables that look something like this: # Author # ID Name Slug 1 Denni...
Howdy! When I try to use a whereHas within a grouped where class, I get an error. Any ideas? $activi...
##Problem I have an eloquent model "Invoice" that hasMany "InvoiceTicket" that b...
Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...
i have set up users and roles table with a pivot table and i need to check, if logged user has admin...
Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...
Hi, I have two models : Sale.php <?php class Sale extends Eloquent { public function groups() {...
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...
Hi guys i'm trying to Load all Collection with Items inside Collection with Eager Load but i only wa...
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...
The old forums either had no solution for this, OR said the issue was solved by switching to file ca...
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...
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