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
Check this out: http://stackoverflow.com/questions/17396194/what-is-the-best-way-to-change-the-users...
Of course not ;) Read about dynamic properties as what you suggest will fail with undeclared propert...
There's a problem with that relation: // wrong public function account() { return $this->has...
The problem was that you didn't specify the foreign key while method name was not sticking to the co...
Shouldn't you define the relation other way around, that Location has Album? Nevertheless you can ge...
The Laravel portal for problem solving, knowledge sharing and community building.