This package is a basic integration of a french datepicker for Laravel Nova (using flatpickr).
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')The date field will now also appear in french in the index, detail and form parts of the field.
The MIT License (MIT). Please see License File for more information.