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
How do you know it fails on pivot table? From what I know it would throw exception if that happened....
The first query is not a valid SQL because it's comes from PDO with bindings. You say you have no pr...
Reached, it seems that you try to create a relation with the model itself here: public function anno...
It seems you don't get anything from this query, so the problem is right here. I don't know how you...
The Laravel portal for problem solving, knowledge sharing and community building.