Laravel tutorial #3 - simple Routing

preview_player
Показать описание
in this laravel tutorial we learn how we can use routing and anchor with a simple example by anil sidhu

Topic cover in this video is

what is Routing
Create A new Routing with new Page
Anchor tag for Routing
Pass data with Routing
Pass Parameter
Redirection

find us on fb

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

great video....i will follow you along the

snakemanluffy
Автор

your tutorial help us a lot kindly finish this course fast i want to learn this course in a month

aimenshoukat
Автор

thanks so much, the explanation was amazing!

octorber
Автор

you clear my ambiguity for laravell course thanks sir

zakriabacha
Автор

i am getting "Route [] not defined." error in <a
href="{{route(Illuminate\Support\Facades\Route::currentRouteName(), 'en')}}
"> please can you solve sir

shishirrai
Автор

4:00 You can use the syntax :
<a href="{{ route('welcome') }}"</a> to avoid renaming the welcome route ;)

Towzlie
Автор

How to redirect to 404 in case of any error.

vivekbhandari
Автор

Can you please explain difference in laravel 5.8 and 6

ayushikhurana
Автор

i am getting "Route [] not defined." error in <a
href="{{route(Illuminate\Support\Facades\Route::currentRouteName(), 'en')}}
"> please can you solve sir

shishirrai