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

shaikh709's avatar

How do you work on porjects?

I am having issues with my workflow. Whatever I create is too buggy and not properly structured. I would like to know what strategy you follow for less bugs in projects and how do you determine what design pattern to use for the system? and would like to know about your workflow like creating UML and etc.

Thank you.

0 likes
2 replies
Melonendk's avatar
Level 1

I have a basic workflow, I go by folders n that so it more structured and easier to find :)

What I can give as tip use laravels blade and command system it's really helpful, don't structure your code in 1 file expand it out to its easier to edit :)

I used this to help me guidance on layouts and structures https://laracasts.com/series/laravel-from-scratch-2017

1 like

Please or to participate in this conversation.