0 votes
in Laravel by
Explain API.PHP route.

1 Answer

0 votes
by

Its routes correspond to an API cluster. It has API middleware which is enabled by default in Laravel. These routes do not have any state and cross-request memory or have no sessions.

...