Download the PHP package shalior/filament-persian-date-field without Composer
On this page you can find all versions of the php package shalior/filament-persian-date-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shalior/filament-persian-date-field
More information about shalior/filament-persian-date-field
Files in shalior/filament-persian-date-field
Package filament-persian-date-field
Short Description A FilamentPhp form field to pick persian dates
License MIT
Homepage https://github.com/shalior/filament-persian-date-field
Informations about the package filament-persian-date-field
A FilamentPhp form field to pick persian (jalali) dates
Installation
You can install the package via composer:
To use with filament v2 use version ^1
You can publish the config file with:
Usage
You'll use this component with Filament forms.
It syncs the related gregorian date (as string: Y-m-d
) with your LiveWire component.
Use the field like any other filament form fields:
Persian date table column
You can use this field as a column in your table:
The column assumes you've installed verta or morilog/jalali
if neither of them is installed, it will use Carbon's translatedFormat()
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
I Encourage you to do so.
Credits
- Shalior
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-persian-date-field with dependencies
spatie/laravel-package-tools Version ^1.9.2
filament/forms Version ^3.0
filament/tables Version ^3.0
illuminate/contracts Version ^10.0