Update readme.md
Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
parent
20038f474b
commit
55ba71b9f8
@ -5,7 +5,7 @@
|
|||||||
> HR software you love to hate
|
> HR software you love to hate
|
||||||
|
|
||||||
## 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 four major categories:
|
||||||
* `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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user