Implemented PSR-15-compliant request handlers, which replace request controllers.
Since these files are meant to handle one single action, their names must reflect their responsibility.
For this, we introduced a unified handler naming pattern used across the application: HTTP Verb + Resource + Action + Extra (optional) + Handler.
- Issue #42: Refactored
PageHandlerto reflect naming standard by @alexmerlin in #43 - Issue #46: Renamed
PageHandlerFactorytoGetPageViewHandlerFactoryby @alexmerlin in #47 - Update qodana_code_quality.yml by @arhimede in #34
- Issue #44: Added full config for
dot-errorhandlerby @alexmerlin in #45 - Run
PHPStanchecks onPHP 8.4as well by @alexmerlin in #40
- Nothing
- Issue #27: Removed
dotkernel/dot-controllerand replaced with handlers by @MarioRadu in #33 - Removed section "Configuration - First Run" from README.md by @Howriq in #38
- Nothing
- Issue #28: Bumped dependencies in
composer.jsonby @alexmerlin in #29
- Nothing
- Issue #28: Removed dependency
friendsofphp/proxy-manager-ltsfromcomposer.jsonby @alexmerlin in #29
- Nothing
- Issue #12: Restricted
Qodanato supported PHP versions by @alexmerlin in #13 - Issue #16: Updated laminas/laminas-coding-standard to latest version by @MarioRadu in #17
- Issue #10: Increased PHPStan
memory_limitto1Gby @alexmerlin in #20 - Issue #23: Home page tweaks by @alexmerlin in #24
- Issue #14: Composer post install script by @MarioRadu in #15
- Issue #21: Replaced
dotkernel/dot-twigrendererwithmezzio/mezzio-twigrendererby @alexmerlin in #22 - Issue #7: Added support for PHP 8.4 by @alexmerlin in #25
- Nothing
- Issue #21: Replaced
dotkernel/dot-twigrendererwithmezzio/mezzio-twigrendererby @alexmerlin in #22
- Issue #18: Fixed broken
LICENSElink inREADME.mdby @alexmerlin in #19
- Issue #8: Implemented PHPStan by @MarioRadu in #9
- Nothing
- Issue #8 Removed Psalm by @MarioRadu in #9
- Nothing
- Issue #2: Added project files by @alexmerlin in #3
- Nothing
- Nothing
- Nothing