Dan Harrin
banner
danharrin.com
Dan Harrin
@danharrin.com
Software engineer at Canyon GBS, co-creator of @filamentphp.com
Thank you very much to @zahirnia.com for redesigning my personal site! danharrin.com

Working with Hassan is always a great experience, I continue to highly recommend him for any "design engineer" roles you need to fill!
October 10, 2025 at 8:37 AM
Reposted by Dan Harrin
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
September 29, 2025 at 11:21 AM
Reposted by Dan Harrin
✨ 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 Dan Harrin
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
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 Dan Harrin
Excited about the @filamentphp.com v4 launch? You're not going to want to miss tonight's livestream (8pm EDT) on my Twitch channel

We'll have the one and only @danharrin.com on to answer questions about v4 and help us build a project built entirely on Filament!

twitch.tv/alexandersix_
alexandersix_ - Twitch
Senior Engineer @ Zillow | Mentorship Advocate | Vim | Has a cute corgi | Laravel, Filament, JavaScript, Linux, and pretty much anything else that seems fun and interesting. Music heard on stream is b...
twitch.tv
August 13, 2025 at 2:23 PM
Reposted by Dan Harrin
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
Reposted by Dan Harrin
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
August 7, 2025 at 9:48 PM
Reposted by Dan Harrin
📣 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 Dan Harrin
The State Of Laravel 2025 survey has started!

You can now participate to identify how the ecosystem changed over the past 12 months!

Please RT for reach ❤️

stateoflaravel.com/participate?...
The State of Laravel Survey
This survey is an attempt to gain insight into the representation of the diverse technologies and behaviors of this outstanding community.
stateoflaravel.com
July 22, 2025 at 9:28 AM
Reposted by Dan Harrin
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 Dan Harrin
🚨 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
Reposted by Dan Harrin
breaking php news: Dan Harrin (creator of filament) is coming on my channel live next friday to talk about filament 4.

schedule:
- june 13: Dan Harrin (friday)
- june 16: Jeffrey Way (monday)

subscribe so you don’t miss it: youtube.com/@nunomaduro 🔥
June 10, 2025 at 6:31 PM
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
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
You know that your frontal lobe is fully developed when you understand that `tap()` is actually a very useful function
May 8, 2025 at 2:11 PM
The best part of programming is when you're debugging unexplainable performance issues with the Web Inspector open, then notice 3G-mode is switched on 🙃
May 6, 2025 at 11:31 AM
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
Reposted by Dan Harrin
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
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 Dan Harrin
Pest v3.8.0 — Out Now!
April 1, 2025 at 10:55 AM
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
When writing documentation, it's difficult to let go of structural perfection: documentation that 1:1 reflects the codebase and its internal relationships

Even after so many years I am really still learning how to write good documentation for humans, and letting go of purity and fear of duplication
March 20, 2025 at 7:59 AM