I store these columns in some of my Models, my question is, should I store the users id or the users...
I have been banging my head for the last few hours trying to get this to work and have started to qu...
I am having problems with Laravel setting the dirty flag (isDirty getDirty) when I update a Model ev...
Yes my problem would be that the name could change, e.g if somebody gets married. @extjac so what so...
extjac said: i use created_by, updated_by and deleted_by too do you use the user ID or user name?
Update... $product = \Branch::with('productVariation')->findOrFail(1)->products()->wher...
public function company() { return $this->belongsTo('Company'); } public function variations...
currently I have; public function branch() { return $this->belongsToMany('Branch')->withPi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community