Support the ongoing development of Laravel.io →

R3l4x3

Joined 2 Dec 2015

Statistics

Threads 1
Replies 4
Solutions 2
Articles 0

Help with model building

Hi there, I get stuck at building the models and relationships for my app. I need: bond model user...

0 Likes
3 Replies
Solved
replied 7 years ago

Call to undefined method Illuminate\Foundation\Application::share()

Do you use the laravelcollective/html package? It isn't updated to the new laravel version

0 Likes
replied 8 years ago

Help with model building

I find the answer: Bond model: public function debtor() { return $this->belongsTo(Use...

0 Likes
Solved
replied 8 years ago

Help with model building

Hi phpMick, thank you for your answer. Here is what I have: app/User.php class User extends Model im...

0 Likes
replied 8 years ago

How laravel create (belogsTo, hasMany, etc..) dynamic properties over models?

vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:3376 /** * Dynamically retr...

0 Likes
Solved

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.