Laravel 5.8 Tutorial From Scratch - e04 - Passing Data to Views

preview_player
Показать описание
Every view will likely need some data passed to it. As we continue in our journey, let's handle a very simple customers list using some dynamic data.

Resources
Course Source Code

About This Course

Ready to get started on your path to Laravel Artisan? In this series, we are breaking down all of the basics of Laravel to get you comfortable using the world's most popular PHP framework. Let's get started!
Рекомендации по теме
Комментарии
Автор

your videos are short crisp and clear. For a tutor voice/tone is very important. Great. you are the best tutor i found on youtube. I hope you will become popular in youtube soon. Keep rocking.

RaviKumar-fxdz
Автор

you deserve 1 milion subs, well explained ..

haike
Автор

Thanks man from ksa . Sound is clear and even my English language not good but you explain Very good and clear

mharbhr
Автор

Probably the best tutorial of 2019 available on laravel, others are old and not up to date.

just_the_job
Автор

great .

waiting for more your great tutorial again .

Thanks

muhammadkhusnuddin
Автор

understandable each thing step by step and the the way of explaining thing is best,

kiranbhagat
Автор

Thank you so much for providing very useful content.

abhishektripathi
Автор

your video so good easy to understand makes some new videos im waiting to watch

Gmtrickstamil
Автор

4:20 it doesnt matter what you call it here (line 20) but what you key it (line 27) when passing data to the view 👍🏽

mansaha
Автор

Hello. Which theme are you using in your PHPStorm?

davidmucioca
Автор

What are the benefits of have customers inside Internals?

paulmess
Автор

this is great tutor!! and what's that editor. :D

thanasakSrisuwan
Автор

1:39
When requesting _localhost/customers_, why does it throw an Exception and not 404 File not found? Yes, someone may says that's because _customers_ route is set in the Route.php without a corresponding _customers.blade view_, but what if the website is live and the developer forgot to create the view? Yes, in production there will be no Whoops! and debugging mode will be disabled, but then, however, Laravel will throw *500 Server error*, and not 404 File not found!
Laravel also throws _Method Not Found_ exception (or 500 if in production) when a second item in URI is mistyped. Why not 404?!

diaassada
Автор

How should i pass an array ob objet? [{...}] Thanks

perialdupont
Автор

Nice explanation sir, can we pass more than one variables to a vies let
$car = Car::find(1);
$cardetail= Car::find(1)->cardetail;
Return view('shoe', ['car' =>$car], ['cardetail' =>$cardetail]);
Is it the right way. How to acces car's attributes and cardetrail's attributes in view(show.blade.php)
Thank u

habibjalal
Автор

when i download this particular episode, video output doesnt come

danieladjei
Автор

Can u make ecommerce tutorial on udemy, i wanna buy

cubedev
Автор

this {{}} not word with me, i use phpStorm ide

aminmohamed