Ozan Akman Interesting series of articles, thanks!
Have you seen any real project that is ready for framework swapping? The idea of the modern framework to help you to build something much faster and solve some common development issues. Basically, in this article you recommend to avoid using all of the framework features except auth and routing (I'm oversimplifying here but my point is clear, I guess). My point of view is: it's almost impossible or irrational to be too maniac with DDD. It's even hard to swap a DB driver when using an ORM (every driver has specific features that can't be replaced everywhere else by ORM), I even can't imagine changing a framework in a real project...