What is routing in laravel | Basic Routing in Laravel
Routing in Laravel 9 | Basic Routing in Laravel
In this Laravel 9 tutorial, we'll learn about routing in laravel 9, what it is, and how to use URL and Basic Routing in Laravel in the framework.
This video was created in URDU/Hindi by Muhammad Zahid and is the best Laravel 9 tutorial for beginners.
video's steps
What is Routing in laravel?
How Does Laravel routing Work?
How to create basic routes in laravel 9 ?
A route is a method of generating a request URL for your app. The best part is that these URLs are both human-readable and SEO-friendly.
The routes directory contains the Laravel routing files. The default routing files are as follows:
1. web.php
2. Api.php
3. Channels.php
4. Console.php
Laravel 9 Popular Route Methods
POST - is a popular way for creating new records or resources.
GET - is a popular method for reading a single or multiple records or resources. It's basically a read-only method.
PUT - a common method for updating or creating data when the client provides the id that needs to be updated.
PATCH - commonly used method to update partial data in the database rather then supplying all data for a single record.
DELETE - commonly used method to delete a record or resource
#laravel_tutorial #laravel9 #laravel #laravelproject #phpframework #laravelcourse #laravel #routing
Please do watch the complete video for in-depth information.
#laravel_tutorial #laravel9 #laravel #laravelproject #phpframework #laravelcourse
JOIN: https://www.youtube.com/channel/UCMs_...
Find more about me.
https://www.linkedin.com/services/pag...
Видео What is routing in laravel | Basic Routing in Laravel автора PHP Командная разработка
Видео What is routing in laravel | Basic Routing in Laravel автора PHP Командная разработка
Информация
1 декабря 2023 г. 0:31:07
00:15:26
Похожие видео