Hello everyone,
I'm asking if Laravel has any API for Inheritance, or if we can use one to one relationship to do similar thing.
I don't want to work with "Single Table Inheritance In Laravel 4".
Thanks in advance for any tips/advice/link. I really need some help with this
Hi BenaddiRar,
maybe you wish to take a look at Eloquent which Laravel uses.
This is the documentation for Eloquent: (http://laravel.com/docs/eloquent)
For relationships take a look at that paragraph: (http://laravel.com/docs/eloquent#relationships)
Laravel supports many relationships, also one to one.
Have fun!
thQs PascalKleefeld
i have already read documentation.
i think one to one will do the thing.
thQs again
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community