Skip to content

Instantly share code, notes, and snippets.

@Lippur
Last active April 7, 2021 14:47
Show Gist options
  • Save Lippur/c90952dbdb6362a5f9cd54e0a40a78ee to your computer and use it in GitHub Desktop.
Save Lippur/c90952dbdb6362a5f9cd54e0a40a78ee to your computer and use it in GitHub Desktop.
Application Architecture v1
Application
| Framework
| | Database
| | Logging
| | Bus
| | Validation
| | Configuration
| | Mail
| | Utilities
| | Scheduler
| Domain
| | Module*
| | | Entities
| | | | Entity*
| | | | | Entity
| | | | | Validator
| | | | | Policy
| | | Types
| | | Actions
| | | | Action*
| | | | | Input
| | | | | Response*
| | | | | Handler
| | | | | Validator
| | | | | Policy
| | | Controllers
| | | Filters
| | | Jobs
| | | Configuration
| Host
| | Middleware
| | Routing
| Migrations
| Test
| | Module*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment