Using PHPStan in a Standalone PHP MVC

If you’re building a standalone PHP MVC framework (not Laravel), one of the easiest ways to improve code quality is adding PHPStan. It helps you catch bugs before they show up in the browser or…

How DI works inside the MVC?

The Dependency Injection Container is the tool that makes objects ready to pass by automatically creating them and their required dependencies.