π I am happy to share that Filament Mastery now syncs and publishes directly to DEV.to using a custom RSS/Atom feed powered by Spatie Laravel Feed!
With this feed integration, every article we publish on Filament Mastery is now automatically available on DEV.to as well.
π How it works under the hood
I have configured our Laravel app with the excellent spatie/laravel-feed
package to generate a clean and structured Atom feed. This feed includes:
- The title of the article
- The summary of the article
- The full HTML content (including images and code)
- The authorβs name
- A canonical URL , so the original article is always associated with Filament Mastery
π· You can see below a screenshot of our DEV.to dashboard with the feed successfully picked up.
π£ Want a tutorial?
If you're curious about how to set this up with your own Laravel project β including how to format the feed properly, configure DEV.to to read it, and manage metadata β drop a like on this post and share it.
If i see enough interest, i will publish a step-by-step guide so you can build your own DEV.to feed with Spatie Laravel Feed.
π Visit Filament Mastery on DEV.to β
π¬ Or join the community on filamentmastery.com β it's free!
Top comments (4)
Nice move syncing things like this - I always wonder, content spreading wide is cool, but you think it still feels special after you post it everywhere?
Great question and honestly, Iβve asked myself the same! π
For me, the goal isnβt to dilute the content, but to make sure it reaches the right people where they already hang out. Some folks love RSS, others check DEV.to, others prefer the original site.
I still want filamentmastery.com to be the "home base" with the full experience and community but I think syndicating helps build bridges rather than take away the magic.
Also worth noting, every article includes a canonical link back to the original on filamentmastery.com, so SEO credit and ownership stay with the source. Itβs all about visibility without compromise. π
I learn a lot from your post.
Thanks @michael_liang_0208