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
Eloquent way: $profiles = Profile::whereHas('projects', function ($q) { $q->has('pictures', '&g...
Yes, manual join is the only way to join tables. Lazy/Eager loading doesn't do that.
You have a typo here: protected $fillabel = [...]; so probably you save empty value in some fields,...
I would just create a view for the scores, corresponding model, and make a relationship linking User...
Obviously... I'm tired! I saw there DELETE not SELECT
The Laravel portal for problem solving, knowledge sharing and community building.