0 votes
in Laravel by
Explain web.php route.

1 Answer

0 votes
by

Web.php is the public-facing “browser” based route. This route is the most common and is what gets hit by the web browser. They run through the web middleware group and also contain facilities for CSRF protection (which helps defend against form-based malicious attacks and hacks) and generally contain a degree of “state” (by this I mean they utilize sessions).

Related questions

0 votes
0 votes
0 votes
0 votes
asked Oct 17, 2023 in Laravel by Robindeniel
0 votes
asked Oct 17, 2023 in Laravel by Robindeniel
0 votes
asked Apr 22 in AWS by DavidAnderson
...