In this lesson we will be learning about eloquent One to Many relationship, how to set it up in Models and Schema
GitHub link https://github.com/AngelJayMedia/eloq...
Timestamps:
0:00 Introduction and setup
0:51 Define hasMany relationship in User Model
2:08 Define belongsTo Relaionship in House Model
3:32 Add foreign keys to database schema