- Filament - Accelerated Laravel development framework: admin panel, form . . .
Deeply nested Filament resources now reflect their hierarchy in URLs and breadcrumbs, letting you manage child items (e g , Lessons within Courses) contextually Expect 2–3× faster rendering for tables, partial component re‑rendering, and new methods to cut down on server calls
- Documentation - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans
- Filament v4 is Stable! by Alex Six - Filament
As of today, August 12, 2025, Filament v4 is officially stable! And in large part, that is thanks to our incredible community and all the help with testing, bug fixing, and overall recommendations
- Filament - Laravel Admin Panel - Filament
Filament is a full-stack UI framework built using the TALL stack, which gives you a set of interactive pre-built components that are perfect for building your next CMS or administration area
- Overview - Forms - Filament
# Disabling a field based on the current operation use Filament\Forms\Components\Toggle; Toggle::make('is_admin') ->disabledOn('edit') is the same as Toggle::make('is_admin') ->disabled(fn (string $operation): bool => $operation === 'edit')
- Installation - Forms - Filament
# Requirements # Installation composer require filament forms:"^3 3" -W
- Plugins - Filament
A beautiful, configurable weather widget for your Filament dashboard Powered by the OpenWeatherMap API, fully translatable, and supports °C °F, animated Weather Icons, and optional response caching
- What is Filament? - Introduction - Filament
# Testing # Alternatives to Filament # Filament sounds too complicated # I do not want to use Livewire to customize anything # I need an out-of-the-box CMS # I just want to write Blade views and handle the backend myself
|