Appearance
Examples
Every page in this section is a complete, working integration extracted from a real host application — a multi-panel Laravel app that composer requires FilamentCraft and runs a multi-tenant agency admin, a single-site studio panel, and a full e-commerce store side by side. The classes, views, config, and routes are lifted from that app — trims and the occasional stock-install adaptation are marked inline — so you can drop them into your own project and adapt from something that already runs.
| Example | What it shows |
|---|---|
| Custom section | A pricing section with repeatable plan blocks, the settings DSL, and zero-config discovery from app/Sections. |
| Custom theme | A host-authored theme class with categorised settings mapped to CSS variables via cssVar(). |
| Multi-tenant SaaS | One panel, many teams — each tenant edits its own Site with fully scoped queries. |
| Multi-locale site | Localised templates, locale-prefixed public routes, and per-locale editing. |
| E-commerce store | Data-driven commerce sections backed by a Storefront contract and real product tables. |
| Dynamic pages | A stateful Livewire page (contact form) rendered inside the visually-built theme shell. |
