Download the PHP package rawand201/filament-kurdish-calendar without Composer
On this page you can find all versions of the php package rawand201/filament-kurdish-calendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rawand201/filament-kurdish-calendar
More information about rawand201/filament-kurdish-calendar
Files in rawand201/filament-kurdish-calendar
Package filament-kurdish-calendar
Short Description Nawroz-based Kurdish calendar for Filament tables, infolists, and date pickers
License MIT
Homepage https://github.com/RawanD201/filament-kurdish-calendar
Informations about the package filament-kurdish-calendar
Filament Kurdish Calendar
Kurdish calendar formatting and picker UI for Filament.
This package does not change database storage. Values are still stored as Gregorian dates/times; the package only changes how they are displayed in Filament and how the picker UI is presented.
Requirements
| Version | |
|---|---|
| PHP | 8.2, 8.3, 8.4, 8.5 (>=8.2 <8.6 in Composer) |
| Laravel | 11.x / 12.x |
| Filament | ^4.0 | ^5.0 |
Installation
Publish translations (optional)
Publish views (optional)
Usage
Tables
Infolists
Forms (Kurdish picker UI)
Calendar rules
- Month names come from translations
filament-kurdish-calendar::months(publish/override as needed).
Formatting
Supported tokens
Kurdish calendar: Y y m n d j F (full month name).
Clock (same instant, app/picker timezone): H h i s g G A a.
Backslash escapes the next character.
Example:
Programmatic conversion
Configuration
Published file: config/filament-kurdish-calendar.php
Development
Compatibility
- PHP:
>=8.2 <8.6(8.2–8.5) — tested on 8.2, 8.3, 8.4, and 8.5 - Laravel: 11.x / 12.x
- Filament: ^4.0 | ^5.0
Changelog
See CHANGELOG.md.
Security
See SECURITY.md.
Local development (path repository)
If the package is a Composer path repo, code updates are immediate, but Laravel may still cache config/views:
If you published config/filament-kurdish-calendar.php into the app, merge new keys from the package or delete the published file and rely on the package defaults.
License
MIT. See LICENSE.md.
All versions of filament-kurdish-calendar with dependencies
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^11.0|^12.0
nesbot/carbon Version ^2.72|^3.0
spatie/laravel-package-tools Version ^1.14