Skip to content

v1.3.0

Choose a tag to compare

@jordyloeuille jordyloeuille released this 11 Aug 18:18
· 36 commits to main since this release
c5129c1

This historical release introduced automatic Composer pre-bootstrap loading and the safe in-app repair fallback for hosting where exec() or PHP CLI is unavailable.

Highlights:

  • no manual public/index.php change for new installations
  • no public repair endpoint or repair token
  • config and route repair through Laravel's own Artisan::call() after the response
  • config-cache creation remains opt-in
  • support for custom APP_CONFIG_CACHE paths and Laravel 13 .laravel/cache
  • fail-closed stale-cache handling, atomic signatures and improved diagnostics
  • Windows portability and reusable Composer quality gates

See CHANGELOG.md for the complete list.