Support the ongoing development of Laravel.io →

nomstar

Joined 22 Aug 2014

Statistics

Threads 2
Replies 2
Solutions 0
Articles 0
posted 9 years ago

Best way to check if BelongsToMany attach() was successful?

Is there a good way to check to see if attach() on a BelongsToMany executes successfully, when it ju...

0 Likes
2 Replies
posted 9 years ago

Interface not implementing?

I'm using a Repo/Interface setup that creates a repo called EloquentItem which extends the Eloquent...

0 Likes
3 Replies
Solved
replied 9 years ago

Eloquent join not working

Try: public function ideas() { return $this->hasMany('Ideas','idea_id'); } public function...

0 Likes
replied 9 years ago

Interface not implementing?

Ah, thanks for the explanation! That's how I originally had it set up after following a tutorial, bu...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.