v1.3.0
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.phpchange 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_CACHEpaths 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.