Filament
@filamentphp.com
810 followers 8 following 25 posts
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
Posts Media Videos Starter Packs
Reposted by Filament
nativephp.com
Did you know that we sponsor some of the open source projects we use and their maintainers at a rate of over $2,000 per month?

This includes @pestphp.bsky.social and @filamentphp.com

We love this community and we want to keep on supporting it ❤️
filamentphp.com
Read about more new features and community progress here: filamentphp.com/content/danh...

❤️ Please consider sponsoring the framework on GitHub, every contribution helps us dedicate time to building new features, fixing bugs, and supporting users:
github.com/sponsors/dan...
Sponsor @danharrin on GitHub Sponsors
Co-creator of Filament
github.com
filamentphp.com
Table repeaters can now use a new "compact" design, which integrates many of the fields more seamlessly into the table design, reducing the amount of space used:
filamentphp.com
Also in the rich editor, you can now customize the color of text. Color combinations for light/dark mode can also be configured. Users can pick from a palette of colors, or use their own custom hex color:
filamentphp.com
You can now insert responsive grids into rich editor content:
filamentphp.com
Removing the topbar from your panel now unlocks a new layout with even more customisation opportunities. The global search, database notifications button, and user menu are now moved to the sidebar when there isn't a topbar available:
filamentphp.com
✨ Filament v4.1 is here!

This release marks two months of great progress since v4 was marked as stable, including many bug fixes, new features, and community plugin support for v4.

Here are 4 of the new features 👇
Reposted by Filament
danharrin.com
Super excited for the first ever wire:live conference in Buffalo on Oct 28-29!

Going to talk all about how Filament uses Livewire and Alpine internally to allow users to build interactive UIs using just PHP configuration objects.

Tickets: wire-live.com
Reposted by Filament
sandro.gehri.dev
Upgrade to the latest @filamentphp.com release (v4.0.5) to get an extra boost on your test suite.

In my case, the test suite went down from ~30s to ~24s 🚀
Reposted by Filament
kilopx.com
Drawn by @alexandersix.com, completed in 19m52

Draw your own at kilopx.com

filamentphp.com
Join us for a special community event on Discord to:
✨ Walk through what's new in v4
🛠️ Hear from the core team
❓ Ask your questions live during our open Q&A session
🤝 Hang out with fellow devs and celebrate together!

filamentphp.com/discord
Join the Filament Discord Server!
Filament is a collection of beautiful full-stack components for Laravel.You can get help using it on our Discord. | 19829 members
filamentphp.com
filamentphp.com
📣 After months of development, testing, and feedback from our amazing community, we’re thrilled to officially launch Filament v4 (stable) on Tuesday 12th August at 1pm UTC! This is a major milestone packed with powerful features and performance improvements. 💛
Reposted by Filament
nunomaduro.com
filament 4 is almost out, and it crushes one of filament 3’s biggest pain points: performance! sneak peek: youtu.be/uJfFURplMQg?...
FILAMENT 4 is 3x FASTER?! Mind-Blowing Upgrade!
YouTube video by Nuno Maduro
youtu.be
Reposted by Filament
nunomaduro.com
filament 4 beta just dropped — the new tiptap editor is wild. just dropped a video on it. 1k likes and i’ll do filament week, like promised: youtu.be/SceSTG1-y4U?...
Filament 4 Beta Just Dropped: The New Tiptap-Based Rich Editor Is Absolutely INSANE!
YouTube video by Nuno Maduro
youtu.be
Reposted by Filament
danharrin.com
Reminder: I am speaking at Laravel Live UK on Tuesday (10th June), where I will be demonstrating new @filamentphp.com features and releasing v4 beta!

Get your tickets now if you haven't already, hope you see you there!

laravellive.uk
Laravel Live UK 2025
Laravel Live UK is the official Laravel PHP conference for the United Kingdom
laravellive.uk
filamentphp.com
You can do whatever you want to fetch the data, you only need to load the current pagination page not the whole table.
filamentphp.com
You can use action buttons on a static table, and in the actions’ functions you can call an API to write data. There is no specific feature to do so, but there isn’t much need to improve this story
Reposted by Filament
danharrin.com
In Filament v3, the rich editor field had limited file upload capabilities, only fully supporting public image uploads. Private images would require us to generate temporary URLs when the editor is loaded and when content is rendered. This is tricky when you use an editor as simple as Trix. 👇
Reposted by Filament
danharrin.com
Over the years, I have worked on quite a few improvements to the performance of Filament's bulk actions.

Initially, this involved moving our bulk selection tracking from Livewire to Alpine.js, so the selected record IDs were not sent to Livewire each time a request was made to the backend.