Library Directory Structure - webaxones/core GitHub Wiki
Folders
Admin
The Asset folder contains the classes needed to load Library assets.
Classification
The Classification folder contains the classes relating to everything that makes it possible to classify content in WordPress (Taxonomy, Custom Post Type…).
Config
The Config folder contains the configuration files.
Editor
The Editor folder contains the classes relating to WordPress Blocks Editor.
Entities
The Entities folder contains the Factory classes.
Hook
The Hook folder contains the classes to manage hooks in WordPress.
I18n
The I18n folder contains the classe to manage internationalization.
Label
The Label folder contains the classes to manage labels translation.
Option
The Option folder contains the classes relating to WordPress option pages.
Role
The Role folder contains the classes relating to WordPress roles.
Utils
The Utils folder contains Interfaces (in Contracts) and Traits (in Concerns).
assets
The assets folder contains the assets, like JS code or languages files.