Support the ongoing development of Laravel.io →
Database Eloquent Installation
Last updated 2 years ago.
0

Try changing this:

$terms = Auth::user()->terms();

To this:

$terms = Auth::user()->terms;
0

Wow!! how could i miss that its right in the documentation.

Thank you so much I was struggling with that for way to many hours.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

zRosenthal zrosenthal Joined 23 Oct 2015

Moderators

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.