Yo! There’s a revamped version (2022) of this article about integrating Elasticsearch with your Laravel app.
Searching is an important part of many applications, and it is most of the time treated as a simple task. “Just query using LIKE and you’re good to go”. Well, while the...
A lot of shiny things around the Laravel world that I would like to talk about, so I chose the new CommandBus that Laravel 5 brings by default. To start I’d like to say that it’s pretty damn cool.
Command-Oriented Architecture
I’m not gonna explain in detail...