Laravel 5.4 Tutorial | Eloquent, Migration, Tinker and Resource Controller | Part 5 | Bitfumes

preview_player
Показать описание
In this tutorial we will learn about Eloquent, Migration, Tinker and Resource Controllers.
Eloquent is a ORM(Object-relational mapping) is a one of best thing laravel Provides you.

Migration is used to create database table by artisan command.

You may also Like:

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

Laravel 5.4 Tutorial | Eloquente, Migrazioni, Tinker e di controllo delle risorse | Parte 5 | Bitfumes
LARAVEL 5.4 Tutorial | Fasih, Migrasi, Tinker dan Sumber Daya Pengendali | Bagian 5 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Hello Mr. Ankur, I just want you to know that you are the only Laravel tutor here in YouTube that I really appreciate. I love watching your tutorials because you elaborate more than the other Laravel tutors, but can I ask you a question? Do you have a tutorial for INSERTING RECORDS TO TWO DIFFERENT TABLES WITH RELATIONSHIP? Thank you Mr. Sarthak. Have a good day :)

clariceasilo
Автор

Hello You Are Amazing Instructor, I rely Love you

hikmatullahsaqib
Автор

Hi, greetings from Turkey. I follow your videos with passion. This is best tutorial on youtube, at least for me as a begginer.

Sirotd
Автор

"All these terms and concepts... It's my first web development attempt and it looks impossible to understand and the framework is very complex." Now, a few days later before working on a hobby project, everything makes so much sense and looks so straightforward... Thank you for helping me leave the beginner's first days exaggerated anxiety state in no time!

SoulGuitarMetal
Автор

Best tool to use CMD: Cmder
And really good tutorial :) Good sound

pastuh
Автор

Whose are disliked these videos! I think they just click on dislike button without watching these videos. Because there is nothing to dislike inside it. Bitfumes's all videos are just awesome I ever saw. My next target is to watch all videos according to the playlist published by Bitfumes Webnologies.

taniasultana
Автор

I am really happy to c ur tutorial..its was amazing.., I am easy to understand ur way of teaching.., thank u so much

mediawonderz
Автор

Dude you are amazing...you got me at Chainsmoker! haha, you make the learning journey fun and enjoyable. Thanks man!

Framethreesixteen
Автор

Thank you for your clear explanation! This is helping me understand a lot about Laravel. :)

InfestedHydralisk
Автор

Hello. Thanks a lot for a great tutorial.

I just want to note that the better way of including DB class into SongsController.php file is to autoload it via use key word at the beginning.

use

michalfrantisek
Автор

Love your video. Looking for more tutorial for beginner of laravel 5.4.

thessajune
Автор

Thanks, Such an underrated channel :(

Good Luck!

myfavost
Автор

superb... easy to learning... very good explain...

AP-PoliticsNews
Автор

I watched the first five videos in this series for Laravel 5.4 and I learnt a lot of things in very short time. You helped me to understand so many concepts. Thanks a lot.

I just didn`t realize how DB::table('songs')->get(); is disappeared when we create song model? And song model is just an empty class.

donmikele
Автор

Brother you are very good! Thanks man!

studiocity
Автор

Thank you so much for theese tutorials so helpful!

ThiagoTAV
Автор

Hello sir you are an amazing instructor, i really like your tutorials.
I have a request sir can you make a tutorial on uploading video and saving it in database

asadrehman
Автор

Very good tutorial, you are a great teacher.
I was wondering about integrations with adminlte, for example, and apis like steam api or maps.

themusikislive
Автор

I very much love your tutorial. really greate

reelsofnatures
Автор

Hello Bitfumes. I am a new leaner of laravel and I am following all your tutorials. It's great and helping me a lot. Thanks for providing such good tutorials. Hope you will continue it in future. Here I am sharing one problem.
When I am using the model name as parameter in edit method in SongsController, I am getting empty array. Here is code:
public function edit(Song $song)
{
return $song;
}
Can you tell what is the problem?

rahulroy-cufi