Hi, I have a User model, and polymorphic models to define different user types - eg UserAdmin One of...
Hello, I have a lot of nested controllers eg /company/$id/products/$id/details routes are: company.s...
I've got a form where people can upload a file, and in the rules for the model having a file is requ...
Hi there, new to Laravel, but getting on well! But just after some advice for a project. I have user...
True... User Model: public function userable() { return $this->morphTo(); } This is a polymorph...
ok, answered my own question with some more searching - polymorphic relations - a good article here...
The Laravel portal for problem solving, knowledge sharing and community building.
The community