✅ Unclear file structure
+---.github
| ---workflows
---API
+---Controllers
+---Data
+---Filters
+---Middleware
+---Migrations
+---Models
+---obj
+---Options
+---Properties
+---RESTFiles
+---Services
This is my current folder structure. It feels very unclear and way too messy. How can I clean this up?
I was thinking about putting Filters, Middleware and Options in the same folder as they're related. I wasn't sure how to name the parent folder of that though.
I have about 9 controllers, the same amount in services and a few more models.
| ---workflows
---API
+---Controllers
+---Data
+---Filters
+---Middleware
+---Migrations
+---Models
+---obj
+---Options
+---Properties
+---RESTFiles
+---Services
This is my current folder structure. It feels very unclear and way too messy. How can I clean this up?
I was thinking about putting Filters, Middleware and Options in the same folder as they're related. I wasn't sure how to name the parent folder of that though.
I have about 9 controllers, the same amount in services and a few more models.