If you're in an industry long enough, you'll see the same trends pop up again and again, sometimes just with different names. This post is basically advocating for #CQRS (command query request segregation), a practice that many of us in the #php community were using over 10 years ago, but giving it a new name for Laravel users.
@mwop I love it when people invent better ways to do their thing.
A long time ago, I invented a great new layered pattern of PHP development, where I split out three layers that logically belonged together. I had a layer for data persistence, a layer for handling request and response, and a layer for generating the interface.
It wasn't until about a year later that I learned I had "invented" MVC
@mwop That is the Laravel Way...
@mwop Re-painting another facade?
@mwop oh, those static '::run()' calls...
@mwop The internet is full of such nonsense in the last 6 or so years...