### Install Filament Date Scopes Filter Source: https://github.com/aymanalhattami/filament-date-scopes-filter/blob/main/README.md Installs the Filament Date Scopes Filter package using Composer. This package depends on 'laravel-date-scopes'. ```bash composer require aymanalhattami/filament-date-scopes-filter ``` -------------------------------- ### PHP Coding Standard Requirement Source: https://github.com/aymanalhattami/filament-date-scopes-filter/blob/main/CONTRIBUTING.md This project adheres to the PSR-2 Coding Standard. It is recommended to install PHP Code Sniffer to ensure compliance. ```PHP filters([ DateScopeFilter::make('created_at'), ]) // ... } // ... ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.