Answer the question
In order to leave comments, you need to log in
How to properly organize the file structure?
Good afternoon, for two weeks now I have been inventing square wheels, studying the structures of ready-made solutions ... I tried enough options, but due to lack of knowledge I can’t decide.
At the moment, a similar structure of the entire application is used:
platform
- modules
- - Users
- packages
- system
- - api
- - core
- - - Routing
- - services
- - - Validation
storage - all content is stored here.
- cache
- config
- - routes
- debug
- - logs
- public
- - languages
- - assets
web - applications are located here.
- app - application
- - controllers
- - models
- - view
Explain the cons of my solution and is the structure built correctly?
I would like to achieve from the structure:
- scalability
- everything is on the shelves, beautiful to the eye and a logical arrangement
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question