Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...
My domain model looks like this: Person id first_name last_name other fields Position person_id c...
So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...
I have only a single model with a self join class OfficeType extends Model { protected $table =...
What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...
Hello everyone. I have a small problem. I got two models: User and Group. They are connected by one...
Hey all, I've been leaning a lot about design patterns and the IoC in the past couple of weeks, and...
Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...
Hi! I'm new to Laravel, and I have a problem with caching rows using Eloquent. I'm currently retriev...
Hi, I have a Shops model associated to services, using a pivot table: public function services() {...
Hi, I would like to generate a unique code whenever a new object of a model is created. Therefore, I...
So I have website based on Laravel framework. I have table and the filter for table to filter the it...
I have an Eloquent query question of approach. A Story hasMany Chapter. Story and Chapter are Taggab...
Hi there, I'm quite new in Laravel since I've started learning it a couple of months ago. I managed...
Hello guys, is there any way currently to fetch large datasets with Laravel? I know there's chunk()...
Can Anyone help me with this issue? I'm new to laravel and would like to know how to resolve this. F...
Hey guys! I have a problem with my Laravel 5 pagination. I use elequent to fetch user + his items wh...
I want to do an find([3,5,23]) on a model. But it seems laravel everytime is sorting the array befor...
I have a problem with seeding a belongsTo-relationship. My code is the following: // the Model Compo...
I am trying to Join multiple tables and get results I have now 2 tables 1- projects_info (id - pro_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