After years of incremental changes, I decided to rebuild my personal website from the ground up.
The redesign is more than a visual refresh. The entire platform now runs on hashtag#Laravel and hashtag#Filament, giving me a much more sustainable way to manage content, publish articles, and present my work.
One of the motivations was also to create a clearer connection between my personal website and the projects I'm building, including LaraDep.
I wrote more about the reasons behind the rebuild and what comes next:
www.pavelzanek.com/en/blog/new-start-for-my-personal-website
Hashtag
#filament
A new community contribution has been featured on Filament Mastery - a great resource for those building with @filamentphp .
👉 filamentmastery.com/community-links/18
Thanks to @marcogermani87 for the continued inspiration!
#filament #laravel #php #DEVCommunity
Filament tip: Want to send DB notifications to a specific queue?
Use toDatabase()->onQueue('notifications') instead of sendToDatabase().
Shoutout to @OBaume for inspiring this tip!
👉 filamentmastery.com/articles/how-to-send-filament-database-notifications-to-a-specific-queue
#laravel #PHPDev #DevCommunity #Filament #filamentmastery
Anyone else facing this with Filament? 🤔
Table actions always open the same modal content, even when clicking different records. Modal doesn’t refresh.
Started happening suddenly after a composer update.
Bug or something I’m missing?
#Laravel #filamentphp #filament