# Route
# URL Named Route
The route helper may be used to generate URLs to named routes.
Named routes allow you to generate URLs without being coupled to the actual URL defined on the route.
Therefore, if the route's URL changes, no changes need to be made to your route function calls.
# Routing
php artisan route:list
# Routing - Group and Named Route
All Laravel routes are defined in your route files, which are located in the routes directory. For more information, click here.
# Routing - Group and Named Route
php artisan route:list
# Routing - Named Route
Named route with model binding