Hello, I have the following code: abstract class I18NEntity extends \Entity { protected $appends =...
I have the following code: $clients = Clients::with("clientGroups.Profiles")->get(); T...
Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...
We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...
Can someone confirm that this is intended behaviour? In a model Text I have this relationship: publi...
shabushabu said: Your first query would actually have to be written like this: $contact = Contact::...
The Laravel portal for problem solving, knowledge sharing and community building.