Laravel Crash Course - Learn how Routing works

Поделиться
HTML-код
  • Опубликовано: 21 мар 2021
  • Routing is a mechanism to route a certain HTTP request to a certain action. When we accessing a website, we send an HTTP request to the server. Or when we entering a URL path in any website directly in the browser address bar or through a link, we also send an HTTP request.
    While the action is code that we write in the server that handles the incoming request and returns an appropriate response.
    In this video you'll learn:
    - How to define basic routing in Laravel
    - How to use route parameters
    - Demonstrate artisan command related to routing

Комментарии •