0 votes
in Laravel by
Explain the concept of routing in Laravel.

1 Answer

0 votes
by

It allows routing all your application requests to the controller. Laravel routing acknowledges and accepts a Uniform Resource Identifier with a closure.

...