github tomatophp/filament-browser v5.0.0

4 hours ago
  • 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)
  • .env files 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
  • htm support (#12, thanks @MohammadSalahat) and Arabic translation fix (#11, thanks @Abdelrahman842003)
  • New test suite
  • Filament v3 line continues on the v3 branch

Don't miss a new filament-browser release

NewReleases is sending notifications on new releases.