M
Definition
Software that acts as a bridge between an incoming HTTP request and the application, allowing filtering and modification of requests and responses. In Laravel, middleware handles tasks like authentication, CSRF protection, CORS, and logging.

Defined Term