Skip to content

v5.0.3

Choose a tag to compare

@niden niden released this 13 Jul 19:16
fba390e

Added

  • Integrated the Phalcon debug bar (phalcon/debugbar). A single events manager is registered as a shared service and handed to the database, view, router, and dispatcher providers; DebugBarProvider boots the bar against the application. The bar runs in development only, gated by APP_ENV.
  • A ControllerBase::flashForward() helper that flashes a message and forwards to another action, replacing the repeated flash-and-forward blocks in the controllers.

Changed

  • Typed properties, method parameters, and return values across the controllers, forms, models, providers, and plugins, and raised PHPStan analysis from level 1 to level 7.