Laravel 8 tutorial # Blade Template

preview_player
Показать описание
in this laravel 8 video tutorial, we learn what is the blade template and how to use it in laravvel latest version. 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 Blade Template
Blade Template Expression
Conditions
For and Foreach Loop
Interview Question for blade template
Laravel 9 tutorial
laravel 8 complete playlist
Рекомендации по теме
Комментарии
Автор

No one teach it like you. You are teaching it great. Thank you so much. I wish I was living there then I would took php classes with you

arashveysi
Автор

I'm following your video series Laravel gr8 explanation

azharshaikh
Автор

such a great teacher keep up bro
<3

hninielmehdi
Автор

Thanks for the video,
Answer of interview question: Yes we can, because the file also has the php extention (.php)

alifarman
Автор

Yes, we can write the PHP code in the blade template. We just have to write @php and end it with the @endphp.

bhaumilmehta
Автор

Thank you very much for your endeavors.🇧🇫

emmanuelyaro
Автор

for php code, we have to start that like
@php
// code
@end php

JasvirSingh-fdfp
Автор

yes you can write normal php in laravel blade.

gyamfijohn
Автор

Yes, it is possible to write the core PHP code inside the blade template Engine...

parvgour
Автор

Interview question - yea we can write it.

freerelax
Автор

when we are importing why we use the existing folder name with Uppercase, the actual form of them in lowercase though?!

codewithus
Автор

I think we can write logic also. As it was demonstrated that you could echo and do other php stuff, I think logic can be done

marcusaureliusregulus
Автор

i just want ask u question can we use pug template in laravel and in nodejs we use blade, ,,,i am confused with this things, , , because i am learning node js, ,,so please tell me, , , what can i do

pradeepkumawat
Автор

yes, we can write the php code in the blade file

Testing-qgsm
Автор

Ans : Yes, we can write core php code inside blade template.

shindeanita
Автор

yeah! it is possible to write PHP in blade template

vishwajitvm
Автор

Yes it's possible to write core php syntax in blade engine.

azizulislam
Автор

Interview question;
Yeah, we can use it :)

ameename
Автор

Yes is possible h.. blade template me core php code likh skte he
1).Like .. @php {{-- PHP code here --}} @endphp
2). <?php.... code will be here;....?>

kaziovesh
Автор

Yes It possible to write the @csrf <?php echo('dda'); ?>

azharshaikh