# 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.

Route

# Routing

php artisan route:list

Route

# 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.

Route

Route

# Routing - Group and Named Route

php artisan route:list

Route

# Routing - Named Route

Named route with model binding

Route