DEV Community

Discussion on: Laravel middleware: My notes

Collapse
 
l3lackheart profile image
l3lackheart

I highly recommend to use the built-in app/Http/Middleware/Authenticate.php and app/Http/Middleware/RedirectIfAuthenticated.php instead
More detail here: laravel.com/docs/8.x/authenticatio...

Collapse
 
abdelkbirkhoui1 profile image
A.Khouilid

thank you, absolutely I will give it a try.