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 can use this instead: https://github.com/jarektkaczyk/revisionable
@Ben-Speakman you may try this one instead: https://github.com/jarektkaczyk/revisionable There's no...
Use eager loading, you won't face this issue. It's just polymorphic relations are not fully reliable...
@Fritzberg == will return true, === would return false http://php.net/manual/en/language.operators.c...
Here's shown how it's done softonsofa.com/laravel-how-to-define-and-use-eloquent-global-scopes/
The Laravel portal for problem solving, knowledge sharing and community building.