Nova 4 Multiple DatePicker
This Laravel Nova package adds the ability to set a Multiple DatePicker in Nova 4
Requirements
php: ^7.3|^8.0laravel/nova: ^4.0|^5.0
Features
- Select Multiple Dates
Installation
Install the package in to a Laravel app that uses Nova via composer:
composer require ghanem/multiple-date-pickerUsage
Configuration Options
In Any Nova Resource
// In Any Nova Resource
use Ghanem\MultipleDatePicker\MultipleDatePicker;
.....
MultipleDatePicker::make('Feild Name', 'feild_name')->hideFromIndex(),Known Issues
- Internal links will result in a full page load rather than following an Inertia Link
License
Nova Multiple DatePicker is open-sourced software licensed under the MIT license.