0 votes
in Laravel by
Explain Response in Laravel.

1 Answer

0 votes
by

All controllers and routes should return a response to be sent back to the web browser. Laravel provides various ways to return this response. The most basic response is returning a string from controller or route.

...