0 votes
in Laravel by
Why use Route?

1 Answer

0 votes
by
Routes are stored inside files under the /routes folder inside the project’s root directory. By default, there are a few different files corresponding to the different “sides” of the application (“sides” comes from the hexagonal architecture methodology).
...