DEV Community

Cover image for Laravel Bits [0 => "Middleware"]
Calvin
Calvin

Posted on

Laravel Bits [0 => "Middleware"]

Middleware makes the process of filtering HTTP requests for applications more convenient. In the case that a user is not authenticated, middleware redirects the user to the login screen. Where a user is authenticated, the middleware gives the request more access to the application.

Click image to watch video

Laravel, Middleware

Top comments (0)