Hi there, I get stuck at building the models and relationships for my app. I need: bond model user...
Do you use the laravelcollective/html package? It isn't updated to the new laravel version
I find the answer: Bond model: public function debtor() { return $this->belongsTo(Use...
Hi phpMick, thank you for your answer. Here is what I have: app/User.php class User extends Model im...
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:3376 /** * Dynamically retr...
The Laravel portal for problem solving, knowledge sharing and community building.
The community