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
If you pass an array of attributes, then use create instead of save
Fix that relationship with DistrictID instead of CityID and it will work, no need to prefix table na...
Sure you can: $item = new Item; $items = $item->whereIn($item->category()->getForeignKey()...
Yes, this is a bug. These columns should be prefixed with table name. There is no way to achieve tha...
The Laravel portal for problem solving, knowledge sharing and community building.