Skip to content

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.

ExampleWhat it shows
Custom sectionA pricing section with repeatable plan blocks, the settings DSL, and zero-config discovery from app/Sections.
Custom themeA host-authored theme class with categorised settings mapped to CSS variables via cssVar().
Multi-tenant SaaSOne panel, many teams — each tenant edits its own Site with fully scoped queries.
Multi-locale siteLocalised templates, locale-prefixed public routes, and per-locale editing.
E-commerce storeData-driven commerce sections backed by a Storefront contract and real product tables.
Dynamic pagesA stateful Livewire page (contact form) rendered inside the visually-built theme shell.