cachethq / core

🚦 The core of Cachet, the open-source status page system.
https://cachethq.io
MIT License
131 stars 26 forks source link

Use FormRequests over DTOs #5

Closed jbrooksuk closed 1 year ago

jbrooksuk commented 1 year ago

After mulling it over for a bit, I think DTOs are over complicated for the use-case here. Each controller method needs to validate the input, as such, we can pass an array of validated data into the action.

Currently waiting on https://github.com/spatie/laravel-query-builder/issues/889