Testing Middleware in Laravel with PHPUnit

Introduction In this tutorial, we will show you how to test middleware in Laravel applications. If you are not familiar with the concept of middleware, it acts as a middle man between a request and a response. It’s a type of filtering mechanism. Using the AuthMiddleware in Laravel as an example, users who are not … Continue reading Testing Middleware in Laravel with PHPUnit