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
@neomerx Things like password confirmation are applicable basically only during http request, when y...
Eloquent is buggy when it comes to self-referencing belongsToMany. I'm going to fix that, but have n...
You didn't get my point. It does exactly the same only a bit faster, but after you eager load the ta...
The code you're showing executes 2 queries. And I wouldn't call that map, instead I suggest this: $p...
it's default environment. So just change it. Also you can define connection to use: $ php artisan mi...
The Laravel portal for problem solving, knowledge sharing and community building.