Filament
banner
filamentphp.com
Filament
@filamentphp.com
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
Reposted by Filament
Alongside @filamentphp.com v5, we've got 2 large projects cooking, both being released with v5... any guesses?

1) 🎨 🖌️ ✨
2) 📊 ⚙️ 🏗️
November 12, 2025 at 10:40 AM
Reposted by Filament
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 ❤️
October 3, 2025 at 1:44 PM
✨ 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 👇
September 29, 2025 at 11:21 AM
Reposted by Filament
Come and learn about @filamentphp.com at PHP South West this evening in Bristol, directly from its co-creator @danharrin.com. I'll be there!
Introduction to Filament, Wed, Sep 10, 2025, 6:45 PM | Meetup
We have another amazing speaker at PHP-SW in September - Dan Harrin the co-creator of Filament. Filament is An open source UI framework, built with Livewire to help you shi
www.meetup.com
September 10, 2025 at 12:28 PM
Reposted by Filament
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
September 8, 2025 at 7:47 PM
Reposted by Filament
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 🚀
September 1, 2025 at 1:49 PM
Reposted by Filament
Drawn by @alexandersix.com, completed in 19m52

Draw your own at kilopx.com

August 15, 2025 at 1:17 AM
It’s official, v4 is stable and ready for use right now!

Big thanks to the community for all the help and contribution to make this our best Filament release ever! We couldn’t have done it without you!

Thanks to @laravelnews.com for being our release announcement partner!
August 12, 2025 at 2:42 PM
📣 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. 💛
August 7, 2025 at 9:48 PM
Reposted by Filament
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
July 1, 2025 at 11:56 AM
Reposted by Filament
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
June 15, 2025 at 10:14 AM
Reposted by Filament
🚨 FILAMENT 4: LIVE CODING WITH THE CREATOR 🚨 Join us: www.youtube.com/watch?v=vbtH....
🚨 FILAMENT 4: LIVE CODING WITH THE CREATOR 🚨
YouTube video by Nuno Maduro
www.youtube.com
June 13, 2025 at 7:04 PM
Weren't able to be at Laravel Live UK to see @danharrin.com launch the v4 beta? Never fear! Our very own Leandro wrote up all the goodies you can expect to see in v4 for us!

Let us know what you're most excited about!

filamentphp.com/content/lean...
Filament v4 Beta - Feature Overview by Leandro Ferreira - Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
filamentphp.com
June 10, 2025 at 11:31 AM
Reposted by Filament
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
June 5, 2025 at 2:50 PM
Reposted by Filament
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. 👇
May 12, 2025 at 11:46 AM
Reposted by Filament
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.
April 30, 2025 at 10:07 AM
It's the announcement we've all been waiting for 🔥

filamentphp.com/content/alex...
All About the Filament v4 Beta Release by Alex Six - Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
filamentphp.com
April 28, 2025 at 1:11 PM
Reposted by Filament
🎉 Filament is now the top Laravel package on GitHub! 🥳

💖 Thanks to our incredible community for making this happen! 🤩 What a milestone! 👏

#laravel #filament #php
April 23, 2025 at 2:12 PM
Reposted by Filament
@stefanzweifel.dev talked about Filament for Laravel last week at our meetup! How we can quickly build apps with a side-track to understand the strategy pattern in the framework

#laravel #livewire

www.youtube.com/watch?v=4hNa...
Rapid Shipping with Filament PHP and Managers and Strategies in Laravel with Stefan Zweifel
YouTube video by Swiss Laravel Association
www.youtube.com
April 1, 2025 at 8:26 AM
Reposted by Filament
It's so exciting to see over 1 year's work on @filamentphp.com v4 come together - this video demo is the "static table data" feature.

@leandrocfe.bsky.social built this example for the docs using the dummyjson.com API. Filtering, sorting and pagination is all done through the API. It works great!
April 16, 2025 at 9:32 AM
Reposted by Filament
Here's a feature in @filamentphp.com v4 I haven't spoken much about before: improved bulk processing

In a bulk action, you can authorize individual records easily, and also report issues that occur during the process.

These authorization responses and issues get collected and nicely printed! ✨
March 28, 2025 at 7:34 PM
Reposted by Filament
In @filamentphp.com v4, there are 4 categories of "schema" components, which can all be used together:

- Form fields
- Infolist entries
- Layout components
- Prime components - new in v4

As the name suggests, Primes are indivisible. Text, Image, Icon, Action (button). Nothing can be simpler.
March 13, 2025 at 1:57 PM
Reposted by Filament
Been MIA from Twitch for a few weeks, but I'll be back on Wednesday with some Filament v4 OSS work!

If you like fixing CSS overflow bugs, then this is definitely for you. I'm excited to show off some of the new v4 features, though–I think y'all are going to love them 🔥
March 11, 2025 at 11:53 AM