1👍
✅
You’re “echoing” the object, which means Laravel will load all the model properties and relations. If you were using the variable in blade, relationships will be loaded only when requested.
Source:stackexchange.com
1👍
You’re “echoing” the object, which means Laravel will load all the model properties and relations. If you were using the variable in blade, relationships will be loaded only when requested.