joffreyc22 / nova-french-datepicker
This package is abandoned and no longer maintained.
No replacement package was suggested.
French datepicker for Laravel Nova
Package info
github.com/JoffreyC22/nova-french-datepicker
Language:Vue
pkg:composer/joffreyc22/nova-french-datepicker
dev-master
2018-09-09 21:48 UTC
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.
