PHPackages                             adtention/nova-datepicker-filter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. adtention/nova-datepicker-filter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adtention/nova-datepicker-filter
================================

A Laravel Nova date field built as a thin wrapper around vuepic/vue-datepicker.

1.1.0(1mo ago)0925↑115.6%MITJavaScriptPHP ^8.4CI passing

Since Apr 13Pushed 1mo agoCompare

[ Source](https://github.com/adtention/nova-datepicker-filter)[ Packagist](https://packagist.org/packages/adtention/nova-datepicker-filter)[ RSS](/packages/adtention-nova-datepicker-filter/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Datepicker Filter for Laravel Nova
==================================

[](#datepicker-filter-for-laravel-nova)

[![Tests](https://github.com/adtention/nova-datepicker-filter/actions/workflows/tests.yml/badge.svg)](https://github.com/adtention/nova-datepicker-filter/actions/workflows/tests.yml)

A Laravel Nova date filter built as a thin wrapper around [@vuepic/vue-datepicker](https://vue3datepicker.com/).

CompatibilityVersionLaravel Nova`^5.0`PHP`^8.4`Installation
------------

[](#installation)

```
composer require adtention/nova-datepicker-filter
```

Usage
-----

[](#usage)

Create a filter class that extends `Adtention\DatepickerFilter\DatepickerFilter`, then register it in your Nova resource.

```
