About 56 results
Open links in new tab
  1. Filament - Accelerated Laravel development framework: admin panel, …

    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 …

  2. Documentation - Filament

    Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.

  3. Introducing Filament v5 and Filament Blueprint

    Jan 16, 2026 · Filament Blueprint is a premium Laravel Boost extension that feeds your AI agent comprehensive knowledge about Filament's components, patterns, and best practices.

  4. Logo by Jefferson Gonçalves - Filament

    A simple yet effective Filament plugin that automatically adds the Filament logo to your admin panel. This plugin enhances your Filament panel's user experience by displaying the logo in strategic …

  5. Edit Profile by João Paulo Leite Nascimento - Filament

    The Filament library is a user-friendly tool that simplifies profile editing, offering an intuitive interface and robust features to easily customize and manage user information.

  6. 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.

  7. Overview - Resources - Filament

    # Hiding components based on the current operation ... use Filament\Forms\Components\TextInput; use Filament\Support\Enums\Operation; TextInput::make('password') ->password() ->required() …

  8. Checkbox - Forms - Filament

    Forms ... # Introduction ... use Filament\Forms\Components\Checkbox; Checkbox::make('is_admin')

  9. Overview - Widgets - Filament

    # Persisting widget filters in the user’s session ... use Filament\Pages\Dashboard as BaseDashboard; use Filament\Pages\Dashboard\Concerns\HasFiltersForm; class Dashboard extends …

  10. What's new in Filament v4.5? by Dan Harrin - Filament

    Jan 9, 2026 · For teams building large-scale applications with Domain-Driven Design principles, we've added comprehensive documentation on integrating Filament with modular architecture packages …