Тёмный
No video :(

Laravel 8 tutorial # Blade Template 

Code Step By Step
Подписаться 309 тыс.
Просмотров 59 тыс.
50% 1

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
• Laravel 8 tutorial

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@arashveysi9358
@arashveysi9358 3 года назад
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
@JasvirSingh-fd6fp
@JasvirSingh-fd6fp 3 года назад
for php code , we have to start that like @php // code @end php
@super-legend
@super-legend 3 года назад
We can do it using Also works fine
@super-legend
@super-legend 3 года назад
Which would be best to use blade syntax like @for()...@endfor or use just core php syntax
@JasvirSingh-fd6fp
@JasvirSingh-fd6fp 3 года назад
@@super-legend for blade, i think @for......@endfor, is fine, and it's recommended too
@super-legend
@super-legend 3 года назад
@@JasvirSingh-fd6fp thanks bro 👍
@bhaumilmehta8467
@bhaumilmehta8467 3 года назад
Yes, we can write the PHP code in the blade template. We just have to write @php and end it with the @endphp.
@imrulkayes5941
@imrulkayes5941 2 года назад
yes and also we can write like this no problem
@hninielmehdi2602
@hninielmehdi2602 Год назад
such a great teacher keep up bro
@ashokbishwas
@ashokbishwas Год назад
your videos are great. you are true gem of India.
@azharshaikh9061
@azharshaikh9061 3 года назад
I'm following your video series Laravel gr8 explanation
@victoradedokun5878
@victoradedokun5878 3 года назад
Thank you for this beautiful tutorial
@gyamfijohn3066
@gyamfijohn3066 7 месяцев назад
yes you can write normal php in laravel blade.
@alifarman2670
@alifarman2670 2 года назад
Thanks for the video, Answer of interview question: Yes we can, because the file also has the php extention (.php)
@ashokbishwas
@ashokbishwas Год назад
Keep posting other laravel detailed project videos.
@Kejnjrbdbfhhrbb
@Kejnjrbdbfhhrbb 3 года назад
Thanks great explanation
@youmnamughal1894
@youmnamughal1894 Год назад
👍🏻👍🏻
@emmanuelyaro8322
@emmanuelyaro8322 Год назад
Thank you very much for your endeavors.🇧🇫
@ZUGAMER5556
@ZUGAMER5556 2 года назад
So nice you are Great! Bro
@parvgour5284
@parvgour5284 3 года назад
Yes, it is possible to write the core PHP code inside the blade template Engine...
@dianaeftaiha
@dianaeftaiha 3 года назад
Thanks Anil!
@samsungmaverick
@samsungmaverick 2 года назад
Thank you again sir Anil!🥰
@younesslabghough4810
@younesslabghough4810 3 года назад
Yeaah we can
@freerelax8964
@freerelax8964 3 года назад
Interview question - yea we can write it.
@Testing-qg4sm
@Testing-qg4sm 4 месяца назад
yes, we can write the php code in the blade file
@durgeshsingh5239
@durgeshsingh5239 3 года назад
Thank you so much Sir . This tutorial is so nice.
@dineshvasita2849
@dineshvasita2849 4 года назад
Thanks for the nice tutorial
@codestepbystep
@codestepbystep 4 года назад
You're welcome
@prasadkamireddy3470
@prasadkamireddy3470 8 месяцев назад
yes it's possible bro,
@codewithus567
@codewithus567 3 года назад
when we are importing why we use the existing folder name with Uppercase, the actual form of them in lowercase though?!
@heroksiddiqi5376
@heroksiddiqi5376 3 года назад
this is my question too
@atefsoft
@atefsoft 2 года назад
Thank you so much
@deenqzolve8800
@deenqzolve8800 3 года назад
Thanks Bro.
@marcusaureliusregulus2833
@marcusaureliusregulus2833 3 года назад
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
@AlirezaSalehi-xz3ch
@AlirezaSalehi-xz3ch 2 года назад
hi anil
@ajitkumarkv1038
@ajitkumarkv1038 2 года назад
Yes sure we can use pho code
@azizulislam7505
@azizulislam7505 3 года назад
Yes it's possible to write core php syntax in blade engine.
@samimahassan1716
@samimahassan1716 3 года назад
thank u soo much
@shindeanita1629
@shindeanita1629 Год назад
Ans : Yes, we can write core php code inside blade template.
@ameename4425
@ameename4425 3 года назад
Interview question; Yeah, we can use it :)
@qasimhayat8083
@qasimhayat8083 2 года назад
we can use it without any use of @php and @end php
@vishwajitvm7789
@vishwajitvm7789 3 года назад
yeah! it is possible to write PHP in blade template
@mahaitam6776
@mahaitam6776 3 года назад
hey, your tutorial is great,can you please add a JS tutorial ?i want to learn it
@pradeepkumawat1697
@pradeepkumawat1697 3 года назад
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
@danish4437
@danish4437 3 года назад
Yes,we can use code of php Like this
@azharshaikh9061
@azharshaikh9061 3 года назад
Yes It possible to write the @csrf
@kaziovesh9798
@kaziovesh9798 4 года назад
Yes is possible h.. blade template me core php code likh skte he 1).Like .. @php {{-- PHP code here --}} @endphp 2).
@abdulkaderzilani162
@abdulkaderzilani162 3 года назад
yes sir , possible .
@azharshaikh9061
@azharshaikh9061 3 года назад
Please show us Extension used for the VS Code
@sanjibmitra8124
@sanjibmitra8124 3 года назад
yes it is possible
@anujacreative6571
@anujacreative6571 3 года назад
when I use for loop, getting error for "
@sheltoncastelino8889
@sheltoncastelino8889 3 года назад
Me too but I guess it's because it thinks its html tags arrow bracket which isn't closed.
@johndeveloper491
@johndeveloper491 3 года назад
interview question : yes we can write
@saulgvili5387
@saulgvili5387 3 года назад
Hi Anil. Are you available for few weeks of consulting job?
@awaixasad7937
@awaixasad7937 2 года назад
@laxmanrawat3085
@laxmanrawat3085 3 года назад
Yes Sir it is possible
@ankushsinghal3458
@ankushsinghal3458 3 года назад
Yes Possible @php // code @endphp
@MJ-ds8mk
@MJ-ds8mk 3 года назад
{{ }}
@kaziovesh9798
@kaziovesh9798 4 года назад
Sir ye vali video hindi me kb ayegi?
@codestepbystep
@codestepbystep 4 года назад
ha ji
Далее
Laravel 8 tutorial - What is middleware
9:28
Просмотров 66 тыс.
How to win a argument
9:28
Просмотров 468 тыс.
Laravel 8 tutorial # View
11:06
Просмотров 65 тыс.
Laravel 8 tutorial - Route middleware
6:48
Просмотров 33 тыс.
Laravel 8 tutorial - Group middleware
7:39
Просмотров 42 тыс.