Skip to content

v0.12.0: Release 0.12.0

Latest

Choose a tag to compare

@bobicloudvision bobicloudvision released this 05 Apr 10:17
· 2 commits to main since this release

Added

  • Vortex\Package\Package — extend and list FQCNs under packages in config/app.php (read as app.packages). register() runs right after the config repository is bound (before most core singletons resolve). boot() runs after routes/*.php HTTP routes load (use Route:: for extra endpoints). console() runs while the CLI registers commands (before routes/console.php / routes/*Console.php), suitable for Vortex::command(...).
  • ConsoleApplication::boot() loads .env and initializes Repository so config-backed CLI behavior and package console() hooks align with HTTP.
  • Package::publicAssets() — map package-relative paths to paths under public/; publish:assets copies files for all configured packages.