laracraft-tech/laravel-date-scopes
Add powerful, ready-made date query scopes to Laravel Eloquent models. Use the DateScopes trait to query records for today, last week, month-to-date, last year (with custom start dates), and more—fully chainable with builder methods and aggregations.
Full Changelog: https://github.com/laracraft-tech/laravel-date-scopes/compare/v2.4.0...v2.5.0
Full Changelog: https://github.com/laracraft-tech/laravel-date-scopes/compare/v2.3.0...v2.4.0
Full Changelog: https://github.com/laracraft-tech/laravel-date-scopes/compare/v2.2.1...v2.3.0
Full Changelog: https://github.com/laracraft-tech/laravel-date-scopes/compare/v2.2.0...v2.2.1
startFrom as a parameter to query between certain ranges. For instance: Transaction::ofLastYear(startFrom: '2020-01-01'). You may need to change the order of your arguments or use named arguments. Checkout UPGRADING file for that.How can I help you explore Laravel packages today?