Laravel 12 Routes | Match, Any, View & Controller

Опубликовано: 21 Апрель 2026
на канале: Code with Haroon
178
4

In this video, we explore different ways to define routes in Laravel. You’ll learn how to use match and any methods, how to return views directly using routes, and how to connect routes with controllers. Perfect for Laravel beginners and anyone who wants to strengthen their understanding of routing.

👉 Topics covered:

Route Match (handle multiple HTTP methods in one route)

Route Any (handle all HTTP methods with one route)

Returning views using route closures

Using controllers with routes and views

By the end of this tutorial, you’ll have a clear understanding of how Laravel routes work in different scenarios.



CHAPTERS
=========

0:00 Introduction
0:09 Route::Match
1:01 Route::Any
1:57 View
2:32 Controller

#laravel12
#views
#controllers