Laravel 8 tutorial - Model

preview_player
Показать описание
In this laravel 8 and laravel 9 video tutorial, we learn how to make a model and how to use it laravel. This video is made by anil Sidhu in the English language
in laravel 8th version you will find the models directory which is a new feature
steps of video
Laravel Model with DB
What is model
Make Model
Fetch Data from Model
Show Data
Interview Question about laravel model
Laravel 9 tutorial
Рекомендации по теме
Комментарии
Автор

You are the best, I was struggling when learning laravel tutorial 7.x but then it comes to update 8.x. Until I discovered this channel! It really helps me a lot 🙏 Thanks sir

superfunnyvideos
Автор

Thank full for these tutorial. I m begginer and I was afraid to learning laravel. But your series is very helpful for me.

priyankascorner
Автор

good job, make other nice vidoes, keep up your good work. Interview question technique is unique and best.

ashokbishwas
Автор

Thanks Anil. Very clear and easy to follow series

dianaeftaiha
Автор

sangat bermanfaat, I from indonesia thank for your video tutorial

hendrawancadel
Автор

i must say, really good tutorial for laravel, thank you

andrejgardinovacki
Автор

man, HUGE THANKS, i finally understood concept of Models

kirlmboss
Автор

Good tutorials of laravel thanks you so much

technicalshyab
Автор

Interview question :
We can include one or more table with in a model by defining method with foreign key.

freerelax
Автор

Answering your question: yes, it is possible to get info from a second table, just have to define the relationship with the main table.

alcaravan
Автор

Dear sir, would you please make tutorial on multistep registration with progress bar. user
can also complete these steps other time when user need and completed step page dont show
agin when user login. Thank You

ChandraShekhar-rguy
Автор

in a short your model name can whatever it be . but define the table name and you are good to go. but following the convention is expected

imrulkayes
Автор

hi Anil, first of all thanks for your video. U teach me a lot. I just want to ask. Can I just put the different model name?

intanrossafri
Автор

Please pay attention a controllers namespace input to web.php automatically as you use its class on this page

alexbayarov
Автор

Can you plz add the tutorial on how to make kandan board n event calendar in laravel 8

yeshapatel
Автор

User model is to be deleted, how create again user model.
"Php artisan make:model user" it's not create default user model

hafeezmughal
Автор

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'sname' cannot be null (SQL: insert into `admissions` (`sname`, `fname`, `email`, `phone`, `course`, `picture`, `updated_at`, `created_at`) values (?, ?, ?, ?, ?, ?, 2020-12-10 06:17:59, 2020-12-10 06:17:59))
(Please tell me anser all view form fields and database are correct)

qasimali-hvfk
Автор

plz show how to create data base in phpmyadmin at first, got confused, people who come here are not experts, plz do from the basics for the learners and beginners,

ashokbishwas
Автор

data fetch by DB class and user model is not exactly same.

idrees
Автор

Hello! Thanks for the info. I´m trying to Connect to a MongoDB collection. How can I do it in this version of Laravel?

jaonsaeyre