S
S
Sanes2019-07-28 10:57:08
Laravel
Sanes, 2019-07-28 10:57:08

Use modularity or just scatter across directories?

Is there any point in modularity if there are essentially only 2 independent ones? Admin and client side.
Within themselves, sections that can be taken out into a module intersect and are interdependent. Those. not very independent.
Can it be enough to scatter controllers and views across directories? There are few models. With routes, it will probably be possible to come up with something along the way.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Romashkan, 2019-07-28
@EvgeniiR

Admin and client side.
Within themselves, sections that can be taken out into a module intersect and are interdependent

Of course they intersect. Because they are not different modules.
The system is divided into modules based on dependencies, and not on how everything looks on the UI.
What is "enough" for? What exactly do you want to achieve with these actions?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question