Update readme.md

Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
Krzysztof Rewak 2022-01-26 12:09:19 +01:00 committed by GitHub
parent 55ba71b9f8
commit 4b9b460c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Directory structure little differs from a standard Laravel tree. We decided to r
* `app/Architecture` for all framework-related stuff like service providers, exception 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 entry points to the application: CLI, HTTP and async ones.
## Local setup ## Local setup
- run `sh setup` or: - run `sh setup` or: