project_root
├── app
│ ├── Console
│ ├── Core
│ ├── Events
│ ├── Exceptions
│ ├── Guard
│ ├── Http
│ │ ├── Controllers
│ │ ├── Middleware
│ │ └── Requests
│ └── Jobs
│ └── Listeners
│ └── Models
│ │ └── Base
│ └── Providers
└── config
└── database
└── public
└── routes
└── storage
└── vendor
php artisan ...
)routes/api.php
fileproject_root
├───src
│ ├───analyses
│ ├───analysis-constants
│ ├───analysis-items
│ │ ├───editors
│ │ ├───elements
│ │ ├───info-icon
│ │ ├───item-comments
│ │ ├───item-comments-btn
│ │ ├───item-editor
│ │ └───trace-editor
│ ├───application-view
│ ├───applications
│ ├───assets
│ ├───automation
│ ├───connections
│ ├───datasets
│ ├───events
│ ├───i18n
│ ├───libs
│ ├───mutations
│ ├───plugins
│ ├───router
│ ├───saw-administration
│ ├───shared
│ ├───store
│ └───views
└───tests