Download the PHP package mokhosh/filament-jalali without Composer
On this page you can find all versions of the php package mokhosh/filament-jalali. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mokhosh/filament-jalali
More information about mokhosh/filament-jalali
Files in mokhosh/filament-jalali
Package filament-jalali
Short Description Add Jalali datetime to your filament tables
License MIT
Homepage https://github.com/mokhosh/filament-jalali
Informations about the package filament-jalali
Add "Jalali calendar" columns and pickers to Filament
No fuss package to add Jalali Date and DateTime columns to your table, and a beautiful Jalali Date and DateTime picker to your forms.
No new column type, just keep using your good old TextColumn
s!
No new form components, just keep using your beautiful DatePicker
s and DateTimePicker
s!
Installation
You can install the package via composer:
Usage
To add Jalali date and date-time columns to your tables, just add jalaliDate
and jalaliDateTime
to the filament TextColumn
s instead of date
or dateTime
.
To add Jalali date and date-time columns to your infolists, just add jalaliDate
and jalaliDateTime
to the filament TextEntry
s instead of date
or dateTime
.
To add Jalali date and date-time pickers to your forms, just add jalali
to your DatePicker
and DateTimePicker
.
Ignoring Jalali Conversion
If you want to ignore jalali conversion you can use the when
and unless
methods:
Configuring the Format Globally
You can set the default date formats for tables and infolists anywhere you want, likely in a service provider:
Some common formats you might want to use:
j F Y
۱۵ مهر ۱۳۶۸
Y/m/d
۱۳۶۸/۰۷/۱۵
l j F
شنبه ۱۵ مهر
Credits
- Mo Khosh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-jalali with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^10.0|^11.0
morilog/jalali Version ^v3.4.2
spatie/laravel-package-tools Version ^1.14.0