- Extended App\Exceptions\Handler.php to return simple array if coming from Postman
- Moved all domain elements into App\Domain folder (ew, refactoring opinionated frameworks)
- Changed namespace in RouteServiceProvider from App\Http\Controllers to App\Domain
- Ensured proper CRLF settings in .gitattributes file
- Cleaned up routes.php file and split all Domain-specific groups into their own files