# Routing

Entries tagged with "Routing".

Hidden Methods Beginner

The Stringable Interface in Responses

Return a Stringable directly from a route and Laravel will render it as an HTTP response — no explicit conversion needed.

Routing Helpers