- Support Filament v5 and Laravel 12 / 13
- Filament's built-in CodeEditor replaces creagia/filament-code-field
- Security: every file operation is confined to the configured root (realpath checks, no
.., absolute paths, null bytes or escaping symlinks) .envfiles are hidden by default (hideEnvFiles(false)to show them)- Create, edit, upload, rename and delete are re-checked on the server against the
allow*options - The developer gate and the new
authorize()callback are checked on every Livewire request - Previews are embedded instead of copied to public storage
- Removed the unused legacy JSON route, controller and JS bundle
htmsupport (#12, thanks @MohammadSalahat) and Arabic translation fix (#11, thanks @Abdelrahman842003)- New test suite
- Filament v3 line continues on the
v3branch