4 PHP OOP Topics Laravel Devs Need to Master

4 PHP OOP Topics Laravel Devs Need to Master

Laravel Daily

2 года назад

35,073 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Semicolon..
@Semicolon.. - 28.11.2022 09:12

Povilas the best or nothing. thank you so much ^^

Ответить
@aminenhili1459
@aminenhili1459 - 07.08.2022 02:26

MVC ?

Ответить
@ahmedsafaa1097
@ahmedsafaa1097 - 24.07.2022 19:28

Multi inheritance
Override trait method with a different trait

Ответить
@mustafahany8693
@mustafahany8693 - 05.02.2022 17:06

thank you

Ответить
@marchinton
@marchinton - 22.01.2022 03:20

Great video. Always great to be reminded of some of the basics all over again.

Ответить
@keithroye2459
@keithroye2459 - 24.09.2021 17:21

These daily videos really assist me in my day to day laravel coding

Ответить
@josephlivengood4508
@josephlivengood4508 - 12.09.2021 22:14

Im doing a project now using laravel

Ответить
@zzfortezz
@zzfortezz - 12.09.2021 00:17

Hi, thanks for videos. Hope you can explain more detail about how to use OOP, SOLID in PHP specialy in Laravel.

Ответить
@ab3d69
@ab3d69 - 10.09.2021 08:14

i like your videos first then i watch it, very grateful for your contributes & sharing, thanks :)

Ответить
@RadosavLeovac
@RadosavLeovac - 09.09.2021 18:31

High value video from high value Chanel. Keep up!

Ответить
@josuebarros5727
@josuebarros5727 - 09.09.2021 17:30

This video is gold! I still need to refresh my mind with these important principles!

Ответить
@user-rw7gd7ce7u
@user-rw7gd7ce7u - 09.09.2021 16:04

I have one question about protected and private. I understand how are they works. Its all about extension. But.
How do you choose wich one to use.
For me its about intuition and expirience.
And also I think there are 2 default way dealing with it
1) everything should be protected if its not private (I think its Laravel way )
2) everything should be private if its not protected (I think its Symfony way )
PS: Thanks for doing great job

Ответить
@shocchosolutions6275
@shocchosolutions6275 - 09.09.2021 15:52

you are the best sir now please do videos in spa making like a quick way to make API / API validation/ API security sir please reply ......

Ответить
@maximgasai1349
@maximgasai1349 - 09.09.2021 14:16

I think you should consider learning OOP first, then moving to Laravel, so you would not be frustrated by "PHP magic" that much

Ответить
@somebody5252
@somebody5252 - 09.09.2021 12:22

1. Incapsulation
2. Polymorphism
3. Extending
4. Self, this
5. Parent::
6. Abstract, protected
7. Unset, __get(), __call, invoke
8. Class, object, methods, properties
Others??

Ответить
@roddymacd6284
@roddymacd6284 - 09.09.2021 10:41

I read "the essentials of object oriented php" ebook by Joseph Benharosh, which I found helpful. Would maybe be too simple for some, but good none the less. Any other sources to recommend?

Ответить
@fcolecumberri
@fcolecumberri - 09.09.2021 09:56

I have a question I would like your opinion. Since lots of services/actions does not require local variables, what's your opinion on services/actions with every function as a static (when it can be done)?

Ответить
@belce1982
@belce1982 - 09.09.2021 09:20

Thanks as always! I'll see it later. Keep your HARD work! Don't stop now! 100k subscribers are coming :P

Ответить
@kuthub1989
@kuthub1989 - 09.09.2021 08:54

1. Constructors and Parameters
2. Public / Private / Static
3. Namespaces
4. Traits

Ответить
@raziuldev
@raziuldev - 09.09.2021 08:49

I love to use "property promotion"

Ответить
@jihadabdulrazaq338
@jihadabdulrazaq338 - 09.09.2021 08:43

I love your philosophy of teaching,
Tiny wins at the beginning of each day leads to mastery.. keep it up, Great stuff👏

Ответить
@GergelyCsermely
@GergelyCsermely - 09.09.2021 08:35

Thanks

Ответить
@Saboor-Hamedi
@Saboor-Hamedi - 09.09.2021 08:34

Great, one question why do I get error on null column while the colunm is nullable, mostly it happens with Images

Ответить
@darkmode404
@darkmode404 - 09.09.2021 08:29

Regarding traits, I think it is really a powerful feature. Although I have not grasped the deep side of it, I have used it in some situation.

Ответить
@muhammadkabirliaquat2534
@muhammadkabirliaquat2534 - 09.09.2021 08:15

any recommendation for mastering OOP?

Ответить
@kelvezu1585
@kelvezu1585 - 09.09.2021 08:13

Laravel daily is the best. I requested this somewhere in your comments. Stay healthy Povillas and Godbless from philippines

Ответить
@mabdullahsari
@mabdullahsari - 09.09.2021 08:12

"Private methods are candidates waiting to be separated into their own class."

- Wise Old Man

Ответить