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
You need 2 joins in order to sort by 'far' related table. You can load it as is and then sort the c...
Use first instead of get and you'll be good. And read Eloquent docs from start to end, twice ;)
It's simple, $date->exhibits returns Collection of objects, while you treat it like a single obj...
Group by messes up count query. It has (nearly) nothing to do with Eloquent. 4 that you get, is beer...
asivaneswaran said: Hi eriktisme, I get the following error: Call to a member function getLogo() on...
The Laravel portal for problem solving, knowledge sharing and community building.