PHPackages                             skybotgroup/daterangepicker - 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. skybotgroup/daterangepicker

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

skybotgroup/daterangepicker
===========================

Integrates daterangepicker into laravel-admin

0.0.8(4y ago)05361MITJavaScriptPHP &gt;=7.0.0

Since Apr 6Pushed 4y agoCompare

[ Source](https://github.com/skybotgroup/daterangepicker)[ Packagist](https://packagist.org/packages/skybotgroup/daterangepicker)[ RSS](/packages/skybotgroup-daterangepicker/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (1)

Integrates daterangepicker into laravel-admin
=============================================

[](#integrates-daterangepicker-into-laravel-admin)

This is an extension to integrates [Date Range Picker](http://www.daterangepicker.com/) into laravel-admin.

Screenshot
----------

[](#screenshot)

[![qq20180914-014825](https://user-images.githubusercontent.com/1479100/45505950-8521f880-b7c0-11e8-97cf-4a792e8f4c0e.png)](https://user-images.githubusercontent.com/1479100/45505950-8521f880-b7c0-11e8-97cf-4a792e8f4c0e.png)

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

[](#installation)

```
composer require laravel-admin-ext/daterangepicker

php artisan vendor:publish --tag=laravel-admin-daterangepicker
```

Configurations
--------------

[](#configurations)

Open `config/admin.php`, add configurations that belong to this extension at `extensions` section.

```
    'extensions' => [

        'daterangepicker' => [

            // Set to `false` if you want to disable this extension
            'enable' => true,

            // Find more configurations http://www.daterangepicker.com/
            'config' => [

            ]
        ]
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
//Single column

$form->daterangepicker('date_range', 'Date range');

// Predefine Date Ranges.
$form->daterangepicker('date_range', 'Date range')
    ->ranges([
        'Today'        => [Carbon::today()->toDateString(), Carbon::today()->toDateString()],
        'Yesterday'    => [Carbon::yesterday()->toDateString(), Carbon::yesterday()->toDateString()],
        'Last 7 Days'  => [Carbon::today()->subDays(6)->toDateString(), Carbon::today()->toDateString()],
        'Last 14 Days' => [Carbon::today()->subDays(13)->toDateString(), Carbon::today()->toDateString()],
        'Last 30 Days' => [Carbon::today()->subDays(29)->toDateString(), Carbon::today()->toDateString()],
        'This Month'   => [Carbon::today()->startOfMonth()->toDateString(), Carbon::today()->endOfMonth()->toDateString()],
        'Last Month'   => [Carbon::today()->subMonth()->firstOfMonth()->toDateString(), Carbon::today()->subMonth()->lastOfMonth()->toDateString()],
    ]);

// multilpe column
$form->daterangepicker(['created_at', 'updated_at'], 'Date range');
```

Donate
------

[](#donate)

> Help keeping the project development going, by donating a little. Thanks in advance.

[![PayPal Me](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/zousong)

[![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~77 days

Total

4

Last Release

1627d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/263545e8dbeaa4cf973a693e01e921ea18a0d1050753ee4f65fd4ce13c7c7ba6?d=identicon)[DamichiXL](/maintainers/DamichiXL)

---

Top Contributors

[![DamichiXL](https://avatars.githubusercontent.com/u/24782775?v=4)](https://github.com/DamichiXL "DamichiXL (11 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (3 commits)")

---

Tags

extensionformlaravel-admindaterangepicker

### Embed Badge

![Health badge](/badges/skybotgroup-daterangepicker/health.svg)

```
[![Health](https://phpackages.com/badges/skybotgroup-daterangepicker/health.svg)](https://phpackages.com/packages/skybotgroup-daterangepicker)
```

###  Alternatives

[laravel-admin-ext/daterangepicker

Integrates daterangepicker into laravel-admin

3337.3k](/packages/laravel-admin-ext-daterangepicker)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[codingyu/ueditor

UEditor extension for laravel-admin

6471.6k](/packages/codingyu-ueditor)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)[cyd622/laravel-admin-ext-echarts

Use Echarts in laravel-admin

349.5k](/packages/cyd622-laravel-admin-ext-echarts)

PHPackages © 2026

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