Laravel 8 tutorial - Show List from Database Table

preview_player
Показать описание
In this laravel 8 and Laravel 9 video tutorial, we learn how to fetch database table data and how on HTML page with mvc in a simple way. This video is made by anil Sidhu in the English language
steps of video
Make Model
Make Controller and View
Fetch Data from DB table
Show Data on Html Page
Interview Question over Model
Laravel 9 tutorial
Simple laravel tutorial

Рекомендации по теме
Комментарии
Автор

Please support me by subscribe, like and comment :) thank you

codestepbystep
Автор

Wow I am amazed by the quality of these video. Best tutorials for Laravel on YouTube, I came here after watching Net Ninja's(A great teacher) Laravel series here on YouTube, but the series left so many doubts. But the way you are describing all the concepts and features of Laravel is really wonderful. Keep up the good work. May god's love be with you, always.

pangiras
Автор

Thanks buddy, you gave me a quick reminder of how this is implemented

rubrnyx
Автор

Thank you -- I have tried using many website tutorials - you made this easy to understand and easy to apply. Thank you so much!

ai-meta-dev
Автор

Thank you, man. Really this is step by step lesson and everything is clear. You save my time nervуs. Good luck to you!

navruz
Автор

brother, you are best talk, thank you.. From Turkey say KEBABS..

kendinesponsor
Автор

interview question's answer: protected $table="table name"; use this line in models file

manishmanandhar
Автор

you can use different table in different models like
protected $table="table name";

Muhammadwaqas-jnrr
Автор

thank u so much (code step by step) for making nice vedio::

mohankumar-tsxr
Автор

Thank you, for your helpful videos. Please let me ask you one question. Where we could show all data from the DB table to HTML.
How could we show a specific data from that table. I am able to do the search by "id" and "string value".
If we type the id or string value to the URL. I got the data, But don't understand to show it in a HTML list form.
It would very helpful if you give me a advice to solve it.

RakibulHasanShimul
Автор

you got a new subscriber, helpful video. Thanks.

christiancolewan
Автор

you made it easy! really appreciating!!

kadambarydiwan
Автор

well done. I am learnig from bangladesh

md.mainuddin
Автор

Sir also make video on how write clean code and code refactoring

JaskaranSingh-eorz
Автор

thank you, this what i was looking for

bigmama
Автор

you made it easy! really appreciating!! Thank you Thank you

atefsoft
Автор

oh you have made life so easy thanks and is there any way by which we can ask questions

lekhnibhatnagar
Автор

For different table name and Model name
public $variable_name = "Database table name" ;

lazyant
Автор

For different table name and Model name
public $table= "table name" ;

AmirAli-bumy
Автор

sir, i am follow your step but why "undefined variable" Smembers ? thanks

MrVidhy