I
I
Ivan Zhuk2020-08-25 12:06:26
PHP
Ivan Zhuk, 2020-08-25 12:06:26

Learning Larvel without OOP?

Guys Can you tell me if I can learn larvel without knowledge of oop or at least have an oop base

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Vorotnev, 2020-08-25
@HeadOnFire

Laravel is an OOP framework. The only way to do something in Lar is to write OOP. To put it bluntly, you can't get away from it.
Is it possible to teach Lara, try to write something, while studying both OOP and Lara in parallel? Oh sure. Absolutely nothing interferes.

L
Lazy @BojackHorseman PHP, 2020-08-25
Tag

start with OOP

G
Gennady S, 2020-08-25
@gscraft

What is the fear of OOP? This is not the devil in a snuffbox, and no more difficult than functional programming, for example. Although the complexity largely depends on the tool (specific API, language), in its purest form, learning to think with objects that have action-methods and data-properties is not difficult, and it is no more difficult than, for example, thinking by passing data structures in a global order or by chain. And understanding how classes work in general terms and starting to use them with Laravel is a good practice to learn. Moreover, Laravel is (almost) okay with following good development practices and patterns. Well, you need to understand that without OOP in our time there are very few application tools left, i.e. knowledge will be helpful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question