Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BhavShashank's avatar

Dive in PHP OOP

OK, I started my development in PHP and can develop login logout and can give admin privilege to edit/add/delete data from his website and all, but all that in procedural way. Now I want to get my hands dirty in OOP.

Ok! I know basic what is class, object, inheritance, but I want to work on live projects and want to use OOP for that. I too know about MVC but for now I just want to work on PHP OOP to get understanding how things work and how can I develop and learn about PHP.

https://symfony.com/doc/current/introduction/from_flat_php_to_symfony2.html

I go through this topic and understand very much in the what's going on in the code for blog page. I know its very simple and Symfony is way more advanced then this.

But I want to know how can I kickstart in PHP OOP and start developing in Laravel and Symfony.

I just badly wants to develop projects in Laravel. Its kindda dream for me. Am passionate about it. Just anyone who can guide me through this.

Thanks

0 likes
4 replies
BhavShashank's avatar

I went through the series. It helped me a lot with the basics. But I want to dive more into the OOP concepts.

rsvb's avatar

OOP is not how you develop in Laravel in general.

OOP is in the framework, so if you need framework extensions, you should use OOP.

Please or to participate in this conversation.