Laravel 8 tutorial in Hindi # Routing with example

preview_player
Показать описание
in this laravel 8 video, we learn that how we can make routing, what is that and how to use URL and routing in larave
This video is made by anil Sidhu in the hindi language
this is the best laravel 8 series for beginners.
steps of video
What is Routing
How to Make Routing
Pass data with Routing
Anchor Tag
Redirect
Interview Question
Рекомендации по теме
Комментарии
Автор

I'm learning from here, Thank u very much Sir

sitararafaqat
Автор

I'm learning from Bangladesh.. thank you sir

rafichowdhury
Автор

Your are a good Laravel teacher Thanks for creating this cours👍👍👍👍

afzalsaleem-mvks
Автор

Api.php is used to make restful Apis like we are using it for backend Laravel and angular or node for frontend. In this case whatever route we define that comes in this file.

akSingh_
Автор

I'm learning from u very much Sir

adibhai
Автор

whenever you want to make restful APIS for you backend or you are working on FrontEnd framwork like react.js or Angular.js. then we define all routes in api.php

tayyabnoor
Автор

jo api.php hota ha vo humara apis ka lia hota ha ya similar to route hota ha lkn ya api ka lia use hota ha inko use karna ka lia /api/jo name rakha hwa ha aasa use hota ha

ajmalmoon
Автор

awesome video for laravel 8 beginners.

MsAlokranjan
Автор

when we want to develope your back end using Laravel. In that case your all routes will go in routes/api.

wonderkidz
Автор

I am starting just PHP laravel developer internship your video just help for me

studytable
Автор

sir ji hum view folder ke bahar blade template file nhai bana sakte kyoni jo laravel ka bydefaul path route hai.

m_a_khan
Автор

when we have to create restful api we create in that folder api

syedhadique
Автор

sir API.php Api se front end frmamework main data fetch krne ke liye kaam aati hian

mohammedimran
Автор

When we are working with API then we use the api routes. your videos are also on this topics.

sitararafaqat
Автор

Route::view("contact", '/contact ');

Aur get wala bhi use kr liya bt ek hi error aa rhi hai bhai this site can't be help krdo

hardipamin
Автор

I know this question might sound stupid but I really want to know the purpose and when should I use web.php and api.php.

If I create a web application only serve for web purpose, I should focus all my route on web.php?

And if I create a web application which serve for mobile application to retrieve data, I should defined all my routes on api.php?

That is to say every route should be defined in web.php if it is not related with web service.

Please correct me if I am wrong.

mahbubulalam
Автор

Route::view("about", '/about'); this is not working, ,,,why?

hinaqaisar
Автор

Route::get('/$name', function ($name) {
echo $name;
return view('welcome');

}); dynamic Parameter is not working !

faizanali-tvps
Автор

If I wrote code :

Route::get('/{name}', function ($name) {
echo $name;
return view('home');
});



What if I want to run home page with passing dynamic data also?

arvindumraniya
Автор

when we have to create restful api we create in that folder api

mohitbansal