Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...
Hi guys, How to get results of secondary query? Ofc I could merge all related collections: $paramet...
Hello, Maybe here is some guys familiar with rails, don't you think it would be good to have engines...
Hi guys. I have model 'Element'. Each element have some params (Param model). So there is relationsh...
Hello there. I have and relationship, for example $contact->contactData. Not every contact has co...
Oh... I found this comment: // If the "attribute" exists as a method on the model, we will...
illuminate/support: 4.2.* How about L5 / L5.1 ?
Noone answered so I decided to use Traits, cause there is more than one contactable model. trait Con...
For me clearing cache didn't helped. I just removed whole vendor directory from production server an...
Eager loading section $users = User::with(array('posts' => function($query) { $query->wher...
The Laravel portal for problem solving, knowledge sharing and community building.
The community