Laravel Nova French Datetimepicker
Description
This package is a basic integration of a french datetimepicker for Laravel Nova (using flatpickr).
Installation
You may require this package using composer:
composer require joffreyc22/nova-french-datetimepicker
You can now use the FrenchDateTime class by importing it at the top of your file :
use JoffreyC22\FrenchDatetimepicker\FrenchDateTime;
FrenchDateTime::make('end_date')Screens
The datetime 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.
