Laravel 7 tutorial #4 - Routing with example

preview_player
Показать описание
in this laravel 7 tutorial, we learn how we can use routing and anchor with a simple example by anil Sidhu in the English language
steps of video
What is routing
How to make routing
Get data with from routing (address bar)
Anchor tag
Redirect tag

find us on fb

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

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

may god bless you with all the best things in the planet . i am naive and i am learning from your tutorials . keep it up man .

rohanbanerjee
Автор

Route::resource('products', 'ProductController');
can u explain about this

satheeshchowdary
Автор

sir when i used pass id or any slug it not work it shows not found plz help.

explorewithsatish
Автор

ParseError
syntax error, unexpected end of file
Database name seems incorrect
You're using the default database name laravel. This database does not exist.

Edit the .env file and use the correct database name in the DB_DATABASE key.

rihanchowdhur