joffreyc22 / nova-french-datepicker
French datepicker for Laravel Nova
Installs: 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2022-02-01 13:14:35 UTC
README
Description
This package is a basic integration of a french datepicker for Laravel Nova (using flatpickr).
Installation
You may require this package using composer:
composer require joffreyc22/nova-french-datepicker
You can now use the FrenchDate class by importing it at the top of your file :
use JoffreyC22\FrenchDatepicker\FrenchDate; FrenchDate::make('start_date')
Screens
The date field will now also appear in french in the index, detail and form parts of the field.
License
The MIT License (MIT). Please see License File for more information.