0 votes
in Laravel by
What is HTTP middleware?

1 Answer

0 votes
by

HTTP middleware is a technique for filtering HTTP requests. Laravel includes a middleware that checks whether application user is authenticated or not.

...