A new community contribution has been featured on Filament Mastery - a great resource for those building with @filamentphp .
👉 filamentmastery.com/community-links/17
Thanks to @marcogermani87 for the continued inspiration!
#FilamentPHP #laravel #php #DevCommunity
Hashtag
#FilamentPHP
🎉 Filament v4 support is here! Just released a pre-release of my Stripe package for Filament. Final version coming soon after some refactoring, but would love feedback on the RC!
github.com/maartenpaauw/filament-cashier-billing-provider
#FilamentPHP #Stripe #Laravel
🔐 Adding social login to a Filament panel?
Filament Socialite simplifies OAuth integration with providers like GitHub or Google.
Full setup example with GitHub
👉 filamentmastery.com/articles/how-to-add-github-login-with-filament-socialite
#filamentmastery #Laravel #FilamentPHP #OAuth #SocialLogin #DevTips
FilamentPHP developers, did you ever need to cancel an action based on a condition? 🤔
With the before callback, you can easily add custom logic to validate actions, cancel unsafe operations using $action->cancel(), and notify users with helpful feedback. 🤞
It’s a quick and efficient way to add more control to your app’s actions! 🫡
#FilamentPHP #Laravel #PHP
Another productive day working on my Filament PHP plugin! I added a bulk state action to transition multiple record states. Version 2.2 is out now.
#Laravel #FilamentPHP