webbingbrasil/filament-datefilter
For Executives: "This package lets our admin users filter data by date ranges with just a few lines of code—no custom UI work needed. For example, a support manager could instantly see all tickets from last week without writing a query. It’s a low-risk way to add a high-value feature to our Filament dashboards, saving dev time while improving productivity for teams like sales, ops, and customer success."
For Engineers: *"Filament Date Filter is a lightweight, well-integrated solution for date-range filtering in Filament tables. It handles:
whereBetween('created_at', [$from, $until])).minDate/maxDate.
Tradeoff: It’s archived but stable for basic use cases. If we need custom date logic later, we can fork or build on top. Recommended for MVP or quick iterations."*How can I help you explore Laravel packages today?