- directory refactor #32

Merged
krzysztofrewak merged 8 commits from directory-refactor into main 2022-01-26 12:31:26 +01:00
krzysztofrewak commented 2022-01-26 08:33:07 +01:00 (Migrated from github.com)

Just draft with my proposal how the directory structure could look like.

Just draft with my proposal how the directory structure could look like.
Baakoma (Migrated from github.com) reviewed 2022-01-26 10:51:20 +01:00
Baakoma (Migrated from github.com) commented 2022-01-26 10:51:19 +01:00
* `app/Architecture` for all framework-related stuff like service providers, exception handler and more;
```suggestion * `app/Architecture` for all framework-related stuff like service providers, exception handler and more; ```
EwelinaLasowy (Migrated from github.com) reviewed 2022-01-26 12:08:37 +01:00
EwelinaLasowy (Migrated from github.com) commented 2022-01-26 12:02:31 +01:00
Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suite our needs. All classes are grouped in four major categories:
```suggestion Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suite our needs. All classes are grouped in four major categories: ```
EwelinaLasowy (Migrated from github.com) commented 2022-01-26 12:07:20 +01:00
* `app/Infrastructure` for entry points to the application: CLI, HTTP and async ones.
```suggestion * `app/Infrastructure` for entry points to the application: CLI, HTTP and async ones. ```
EwelinaLasowy (Migrated from github.com) commented 2022-01-26 12:08:04 +01:00
Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suit our needs. All classes are grouped in for major categories:
```suggestion Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suit our needs. All classes are grouped in for major categories: ```
EwelinaLasowy (Migrated from github.com) commented 2022-01-26 12:08:19 +01:00
* `app/Domain` for all framework-agnostic services related to the business logic of the application;
```suggestion * `app/Domain` for all framework-agnostic services related to the business logic of the application; ```
Baakoma (Migrated from github.com) approved these changes 2022-01-26 12:30:08 +01:00
EwelinaLasowy (Migrated from github.com) approved these changes 2022-01-26 12:30:20 +01:00
Sign in to join this conversation.