Skip to content

v1.1.0

Choose a tag to compare

@dxnter dxnter released this 13 Jan 20:54
· 43 commits to main since this release
4f3dee1

Artisan Commands

  • New RunSteps trait with shared logic for step-by-step command execution with spinners and progress tracking
  • config:validate
    • Improved output with detailed hints on failure
    • Added AppKeyValidator and EventHubValidator
  • db:rebuild
    • Added production protection and improved output
  • Added db:snapshot:delete and db:snapshot:info commands

Dependency Upgrades

  • Node.js 24 → 25
  • Vite 6 → 7, FontAwesome 6 → 7, Sentry 9 → 10, Cypress 14 → 15, swagger-php 5 → 6
  • Various Composer, npm, and GitHub Action dependency updates

Other

  • Added .starter-version.yaml to track the template version projects are cloned from