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(3y ago)02.8kMITVuePHP &gt;=8.0.0CI failing

Since Nov 29Pushed 3y 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 today

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 72% 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

1126d 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://avatars.githubusercontent.com/u/15715303?v=4)[Webcom Media](/maintainers/webcoms)[@webcoms](https://github.com/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.

2852.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.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

58249.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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