PHPackages                             lara-pack/livewire-date-range-picker - 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. lara-pack/livewire-date-range-picker

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

lara-pack/livewire-date-range-picker
====================================

Livewire Component : Date Range Picker

v1.0.1(4mo ago)028↓86.7%1MITPHP

Since Aug 30Pushed 4mo agoCompare

[ Source](https://github.com/bhagaskara/lara-pack-livewire-date-range-picker)[ Packagist](https://packagist.org/packages/lara-pack/livewire-date-range-picker)[ RSS](/packages/lara-pack-livewire-date-range-picker/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (3)Used By (1)

Livewire Date Range Picker
==========================

[](#livewire-date-range-picker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8a5f0d229ab4ca41ec58c68d6d6eec35d3564c236c89ceaf32af9863e2118177/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172612d7061636b2f6c697665776972652d646174652d72616e67652d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-pack/livewire-date-range-picker)[![Total Downloads](https://camo.githubusercontent.com/9407052bdb6fd851e834400943f6d713fe3311028679e925447cb1181dbdf2fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172612d7061636b2f6c697665776972652d646174652d72616e67652d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-pack/livewire-date-range-picker)[![License](https://camo.githubusercontent.com/38ceef59ef98a0cc9bd94b8de1ac50084cfb4010e626eba91d626f87354a6aa5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c6172612d7061636b2f6c697665776972652d646174652d72616e67652d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-pack/livewire-date-range-picker)

A modern and easy-to-integrate **Date Range Picker** component for Livewire. This package is designed to work seamlessly with both **Livewire 3** and **Livewire 4**.

Features ✨
----------

[](#features-)

- **Compatibility**: Supports Livewire 3 &amp; 4.
- **Time Support**: Built-in support for time selection.
- **Customizable**: Fully configurable via properties (min/max date, format, locale, etc.).
- **Responsive**: Works perfectly on various devices and screen sizes.
- **Modelable**: Uses the `#[Modelable]` attribute for seamless `wire:model` integration.

Installation 🚀
--------------

[](#installation-)

Install the package via Composer:

```
composer require lara-pack/livewire-date-range-picker
```

Requirements 📦
--------------

[](#requirements-)

This component depends on **Bootstrap DateRangePicker**. You need to include the following CSS and JS files in your layout (typically in `app.blade.php`):

```

```

Usage 🛠️
--------

[](#usage-️)

### Basic Usage

[](#basic-usage)

Add the component to your Blade view:

```

```

Tip

In **Livewire 4**, if you require instant data synchronization, you can use `wire:model.live`. However, this component already handles synchronization automatically when a date range is selected.

In your parent Livewire component:

```
public $range = []; // Will contain ['YYYY-MM-DD', 'YYYY-MM-DD']
```

### Advanced Configuration

[](#advanced-configuration)

You can customize the picker's behavior through the following properties:

```

```

Available Properties 📝
----------------------

[](#available-properties-)

PropertyTypeDefaultDescription`class``string``''`CSS class for the input element.`disabled``boolean``false`Disables the input.`minDate``string``null`Minimum selectable date.`maxDate``string``null`Maximum selectable date.`showDropdowns``boolean``true`Show year and month select dropdowns.`timePicker``boolean``false`Enable time selection.`timePicker24Hour``boolean``true`Use 24-hour format for the time picker.`opens``string``'right'`Open direction: `left`, `right`, or `center`.`drops``string``'down'`Drop direction: `down` or `up`.`autoApply``boolean``false`Apply the range immediately upon selection.Contributing 🤝
--------------

[](#contributing-)

Contributions are highly welcome! Feel free to open an Issue or submit a Pull Request for any feature enhancements or bug fixes.

License 📜
---------

[](#license-)

This package is licensed under the [MIT License](LICENSE).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance77

Regular maintenance activity

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~181 days

Total

2

Last Release

125d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24548806?v=4)[bhagaskara](/maintainers/bhagaskara)[@bhagaskara](https://github.com/bhagaskara)

---

Top Contributors

[![bhagaskara](https://avatars.githubusercontent.com/u/24548806?v=4)](https://github.com/bhagaskara "bhagaskara (3 commits)")

### Embed Badge

![Health badge](/badges/lara-pack-livewire-date-range-picker/health.svg)

```
[![Health](https://phpackages.com/badges/lara-pack-livewire-date-range-picker/health.svg)](https://phpackages.com/packages/lara-pack-livewire-date-range-picker)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8131.4M20](/packages/jantinnerezo-livewire-alert)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4911.6M11](/packages/leandrocfe-filament-apex-charts)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21259.6k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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