PHPackages                             webcoms/nova-datepicker - 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. webcoms/nova-datepicker

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

webcoms/nova-datepicker
=======================

A datepicker field with week numbers for Laravel Nova using flatpickr.

10.0.1(2y ago)02.7kMITVuePHP &gt;=8.0.0

Since Nov 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webcoms/nova-datepicker)[ Packagist](https://packagist.org/packages/webcoms/nova-datepicker)[ RSS](/packages/webcoms-nova-datepicker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

Nova Datepicker
===============

[](#nova-datepicker)

A datepicker field with week numbers for Laravel Nova using flatpickr.

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require webcoms/nova-datepicker
```

Usage
-----

[](#usage)

Now you can use the Datepicker Field with Nova. Make the Datepicker in the `fields` method like any other field in a `Resource`. Add `showWeekNumbers()` to display week numbers in the calendar.

```
// in a Nova Resource

use WebcomMedia\Datepicker\Datepicker;

public function fields(Request $request)
{
    return [
        Datepicker::make('Deliverable at', 'deliverable_at')
            ->showWeekNumbers(),
    ]
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~91 days

Recently: every ~100 days

Total

15

Last Release

1080d ago

Major Versions

0.2.2 → 4.0.02022-07-06

4.0.0 → 10.0.02022-07-06

4.0.1 → 10.0.12023-06-03

PHP version history (4 changes)0.1.0PHP &gt;=7.1.0

0.1.1PHP &gt;=7.2.0

0.2.0PHP &gt;=8.1.0

0.2.1PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5fe68528a26f1806e5e8eaa94dbabbb31fde89f067d092d36a7eec4ed360785?d=identicon)[webcoms](/maintainers/webcoms)

---

Top Contributors

[![webcoms](https://avatars.githubusercontent.com/u/15715303?v=4)](https://github.com/webcoms "webcoms (20 commits)")

---

Tags

laraveldatepickernovaflatpickr

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webcoms-nova-datepicker/health.svg)

```
[![Health](https://phpackages.com/badges/webcoms-nova-datepicker/health.svg)](https://phpackages.com/packages/webcoms-nova-datepicker)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
