Is there a good way to check to see if attach() on a BelongsToMany executes successfully, when it ju...
I'm using a Repo/Interface setup that creates a repo called EloquentItem which extends the Eloquent...
Try: public function ideas() { return $this->hasMany('Ideas','idea_id'); } public function...
Ah, thanks for the explanation! That's how I originally had it set up after following a tutorial, bu...
The Laravel portal for problem solving, knowledge sharing and community building.
The community