Post
public function user() { return $this->belongsTo('App\User'); }
User
public function posts() { return $this->hasMany('App\Post'); }
Pro tip: use ```triple backticks around text``` to write in code fences