Hello I am having this problem with the laravel eloquent with. This code (in the docs) $debtHistory = DebtHistory::with('user.firstname')->get();
seems to not work, because it returns something lik Call to undefined relationship [firstname] on model [App\User].
what am I doing wrong here? Any idea? Thank you guys. :)
via Keannu Alforque Atilano