spiral / app

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

Adding environment variables, removing unused bootloaders from Kernel #141

Closed msmakouz closed 8 months ago

msmakouz commented 8 months ago

What was changed

  1. The unnecessary bootloaders have been removed from the Kernel.
  1. The unnecessary deprecated constants SYSTEM, LOAD, APP have been removed.
  2. Environment variables have been added to the database config and phpunit.xml config for convenience of use.