DEV Community

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

Posted on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay