Skip to main content
Version: 3.0

Introduction

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

Panel Builder

Build a Laravel admin panel, customer-facing app, SaaS, or anything you can imagine!

composer require filament/filament

-> Detail

Form Builder

Easily build stunning Livewire-powered forms with over 25 components out of the box.

composer require filament/forms

-> Detail

Table Builder

Craft beautiful, optimized, and interactive Livewire-powered datatables for any situation.

composer require filament/tables

-> Detail

Actions

Open interactive modals and slide-overs - a great way to keep the user in the flow of the application.

composer require filament/actions

-> Detail

Infolist Builder

Display read-only information to users about a particular record, with a fully flexible layout.

composer require filament/infolists

-> Detail

Notifications

Notify your users of important events by delivering real-time messages using Livewire.

composer require filament/notifications

-> Detail

Widgets

Build a dashboard for your application, complete with real-time charts and stats.

composer require filament/widgets

-> Detail

Core Concepts

This section of the documentation contains information that applies to all packages in the Filament ecosystem.

-> Detail