summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/StaticPageController.php
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Refactor simple controllers into request handlersGreg Roach1-46/+0
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-5/+2
2018-07-16Use PSR2 code styleGreg Roach1-17/+19
2018-07-14Use more specific exceptionsGreg Roach1-11/+0
2018-05-20RefactorGreg Roach1-0/+59