06.10.2016 Views

laravel-5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eloquent: Relationships 580<br />

Defining The Inverse Of The Relation<br />

Now that we can access all of a post’s comments, let’s define a relationship to allow a comment to<br />

access its parent post. To define the inverse of a hasMany relationship, define a relationship function<br />

on the child model which calls the belongsTo method:<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!