If you ever created complex global scope constraint, you must have faced a challenge with defining r...
Pretty much every app needs decent search engine. Nowadays specialized engines like ElasticSearch ar...
Do you use Eloquent in your apps? It's simply fun to work with, right? I think the same, but after s...
I want to introduce nice and useful package for DB revisions. It works out of the box with Eloquent...
Explained here: http://laravel.io/bin/rr4QQ#8,44
I think that in fact you need to concatenate ... $join->on('tx_ard_researches.incharge', 'LIKE',...
Well, of course! The problem was address() while it should be accessor getAddressAttribute(). Fix in...
You have wrong order of the keys in belongsToMany, it should be: return $this->belongsToMany('My\...
torkiljohnsen said: Nice, @jarektkaczyk, thanks I'll try that. Btw your code contains $this->cat...
It is not supposed to save 3 rows if you work on a single model. What you are doing now is: take a M...
The Laravel portal for problem solving, knowledge sharing and community building.