spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
190 stars 20 forks source link

Nullable IgnitionRenderer #77

Closed msmakouz closed 1 year ago

msmakouz commented 1 year ago

1) The spiral-packages/ignition-bridge dependency is in the require-dev section. Installing dependencies with the --no-dev flag will result in an error when starting the application. 2) ExceptionHandlerInterface was replaced with ExceptionHandler. ExceptionHandlerInterface does not have addReporter and addRenderer methods.

butschster commented 1 year ago

We got rid of Ignition