What is illuminate/container?

A container is like a smart assistant or factory that knows how to build and provide anything your app needs—without you doing all the setup manually.

MVC Lesson 13: Middleware in PHP MVC

In a PHP MVC framework, whether middleware is called for each request or only for specific controllers depends on how the middleware is implemented and configured in that specific framework.