Update readme.md
Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
This commit is contained in:
parent
4bad3f416a
commit
20038f474b
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
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 for major categories:
|
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 for major categories:
|
||||||
* `app/Architecture` for all framework-related stuff like service providers, excpetion handler and more;
|
* `app/Architecture` for all framework-related stuff like service providers, exception handler and more;
|
||||||
* `app/Domain` for all framework-agnostic services related to business logic of the application;
|
* `app/Domain` for all framework-agnostic services related to business logic of the application;
|
||||||
* `app/Eloquent` for all database/ORM-related classes like models, observers and scopes;
|
* `app/Eloquent` for all database/ORM-related classes like models, observers and scopes;
|
||||||
* `app/Infrastructure` for entrypoints to the application: CLI, HTTP and async ones.
|
* `app/Infrastructure` for entrypoints to the application: CLI, HTTP and async ones.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user