I'm new to Laravel put like what I see so far. Here's my issue. In my example app I have 2 models...
Thanks everyone for the help. I really appreciate it. Turns out @alainbelez answer was the solutio...
@zenry, here are my models User.php <?php use Illuminate\Auth\UserInterface; use Illuminate\Auth...
@usm4n, I've read the docs, but it doesn't seem to answer the questions I ask. I tried your method,...
@usm4n, I've added that function to my model and do the following $user = User::find(10); $profile =...
The Laravel portal for problem solving, knowledge sharing and community building.
The community