Laravel 8 tutorial # Component

preview_player
Показать описание
in this laravel 8 and 9 video tutorial, we learn what is view and how to view in laravel 8 project. this video is made by anil Sidhu in the English language
we also learn new update which is coming with laravel 8th version
laravel full course with every topic
steps of this video
What is Component
how to Make it
how can we Call component
Pass Data to component
Interview Question for component
Laravel 9 tutorial

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

Please Support me by Subscribe, Like and Comment... Thank you

codestepbystep
Автор

First tutorial series that I could follow, great tutorials.
Love from Pakistan

raahimfareed
Автор

Nice Video. One Thing I noticed was, it shouldn't have spaces when you pass some 'data' in it. like when I tried passing <x-header data = 'Sample' /> it won't work, It needs to be <x-header data='Sample' />, I am used to have spaces, btw great vid!

joerodrigo
Автор

Here you making is not another about component, you are making one view page about.blade.php, makes confusing sir. But You are the great. You are spreading the good name of India.

ashokbishwas
Автор

A lot of valuable information in only 9 minutes!
I watched a lot of tutorials before and none of them explained the component in laravel like you did! thank you so much
you are the best!! keep going

rainhaides
Автор

please give answer to the interview questions in same video as the answers are given in next videos

shaileshbhatpoint
Автор

nice tutorial
in this lecture if explained more about parameter name in constructor function and the name of component would be better

kenanheso
Автор

Also to mention that the attribute of component tag which is data as in this video, make sure you don't use underscore in it

ex. following is valid <x-header dataName="Test Name">
but following will give error : <x-header data_name="Test Name">

nileshzemse
Автор

Accept humble thanks for such a informative videos. I am facing problem with the components, when I call components file using <x-header /> it shows a blank line in Laravel 8. I just follow you for making components.

nehaseemar
Автор

Thank you, great explanation , Should components be used instead of sections and classic layouts or can they be mixed??

atefsoft
Автор

where is the interview question...
just kidding nice video mate

mohannadal-ademi
Автор

please make a video and explain how Laravel's default components could be modified, such as the dashboard created by jetstream and livewire.

mojtabavahdati
Автор

Thank you for the video... I want to ask if you can pass more datas in the x-header tag component. I

ericfianu
Автор

Thanks for this great tutorial.
I have a question.
How can I pass a set of data like an array through this <x-header data="this is data" /> from my view file?

md.adnanahsan
Автор

Just a question? when or where do we use {{varible}} and {variblel}

maqhobelakao
Автор

So these are like blocks in Magento? Or at least a similar concept.

NoahNobody
Автор

Hello Sir, I was able to view the <h1> tag section of this code but when I tried passing in parameter data to the component and i followed the steps carefully i was not able to see the output kindly help

ridwanabdulwaheed
Автор

could u explain how does this <x-header /> works???

beingrandom
Автор

have you created, views and components folder? I didn't understand this

irammanan
Автор

How to pass array in Component call time

sagarpandey