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
Maarten Paauw
@maartenpaauw
Laravel developer building Filament PHP plug-ins
• • 15 Posts • 160 Views
I’ve put an NFC tag on my drinking bottle. Every time I tap it with my iPhone, it logs a water entry to my Apple Health app. Drink more water and stay hydrated 🚰
It motivates me to drink more water. At least I’ll be well-hydrated for the end of the world!
Exciting update for model states for
@filamentphp users! 🎉You can now customize the sorting strategy for state listings.
When using the following config, the states get sorted based on the order they are configured in.
#filamentphp #laravel
Just discovered the non-empty-string docblock annotation. It's a handy way to ensure my code doesn't return empty strings, making my functions more reliable.
#php
Because the plugin I mentioned in my last post is fully tested using Pest, adding features like tooltips is easy! The test suite includes multiple scoped datasets that I use for testing features like the tooltip ✅