PHPackages                             aliqasemzadeh/fluxui-persian-date-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. aliqasemzadeh/fluxui-persian-date-picker

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

aliqasemzadeh/fluxui-persian-date-picker
========================================

Persian (Jalali) Date Picker Blade component for Laravel + Livewire 4 + Flux UI.

113Blade

Since Apr 25Pushed 3mo agoCompare

[ Source](https://github.com/aliqasemzadeh/fluxui-persian-date-picker)[ Packagist](https://packagist.org/packages/aliqasemzadeh/fluxui-persian-date-picker)[ RSS](/packages/aliqasemzadeh-fluxui-persian-date-picker/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flux UI Persian Date Picker
===========================

[](#flux-ui-persian-date-picker)

یک کامپوننت Blade برای انتخاب تاریخ شمسی (جلالی) که روی **Laravel + Livewire 4 + Flux UI** و **Alpine.js** کار می‌کند.

نویسنده: **Ali Qasemzadeh** —

نصب
---

[](#نصب)

```
composer require aliqasemzadeh/fluxui-persian-date-picker
```

ServiceProvider به‌صورت خودکار ثبت می‌شود (Laravel package auto-discovery).

### پیش‌نیازها

[](#پیش‌نیازها)

- Laravel 11، 12 یا 13
- Livewire 4
- [Flux UI](https://fluxui.dev) (پکیج `livewire/flux`)
- Alpine.js (که معمولاً همراه Flux/Livewire لود می‌شود)
- Tailwind CSS

### پیکربندی Tailwind

[](#پیکربندی-tailwind)

مسیر view های پکیج را به `content` در `tailwind.config.js` اضافه کنید تا کلاس‌ها پاک نشوند:

```
export default {
    content: [
        // ...
        './vendor/aliqasemzadeh/fluxui-persian-date-picker/resources/views/**/*.blade.php',
    ],
}
```

استفاده
-------

[](#استفاده)

```

```

### نمونه

[](#نمونه)

[![demo.png](demo.png)](demo.png)

### Propها

[](#propها)

Propنوعپیش‌فرضتوضیح`name`stringاز `wire:model` گرفته می‌شودنام فیلد`label`string`null`برچسب فیلد`placeholder`string`انتخاب تاریخ`متن placeholder`description`string`null`توضیح زیر برچسب`size`string`null`اندازهٔ ورودی Flux`required`bool`false`اجباری بودن`value`string`null`مقدار اولیه (`Y-m-d` میلادی)از `wire:model`, `wire:model.live`, `wire:model.blur` پشتیبانی می‌شود.

انتشار view برای سفارشی‌سازی
----------------------------

[](#انتشار-view-برای-سفارشی‌سازی)

```
php artisan vendor:publish --tag=persian-date-picker-views
```

سپس فایل را در مسیر `resources/views/vendor/persian-date-picker/components/persian-date-picker.blade.php` ویرایش کنید.

توسعهٔ محلی
-----------

[](#توسعهٔ-محلی)

در `composer.json` پروژهٔ مصرف‌کننده:

```
"repositories": [
    {
        "type": "path",
        "url": "../fluxui-persian-date-picker",
        "options": { "symlink": true }
    }
],
    "require": {
    "aliqasemzadeh/fluxui-persian-date-picker": "*"
}
```

و سپس:

```
composer require aliqasemzadeh/fluxui-persian-date-picker:*
```

مجوز
----

[](#مجوز)

MIT

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance55

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26847446?v=4)[Ali Qasemzadeh](/maintainers/aliqasemzadeh)[@aliqasemzadeh](https://github.com/aliqasemzadeh)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aliqasemzadeh-fluxui-persian-date-picker/health.svg)

```
[![Health](https://phpackages.com/badges/aliqasemzadeh-fluxui-persian-date-picker/health.svg)](https://phpackages.com/packages/aliqasemzadeh-fluxui-persian-date-picker)
```

###  Alternatives

[mekras/php-speller

PHP spell check library

68413.6k](/packages/mekras-php-speller)

PHPackages © 2026

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