https://github.com/abdullahghanem/multipledatepicker
Laravel Nova Multiple Date Picker Selector
https://github.com/abdullahghanem/multipledatepicker
laravel laravel-nova nova
Last synced: about 2 months ago
JSON representation
Laravel Nova Multiple Date Picker Selector
- Host: GitHub
- URL: https://github.com/abdullahghanem/multipledatepicker
- Owner: AbdullahGhanem
- Created: 2022-10-02T08:57:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T23:32:19.000Z (4 months ago)
- Last Synced: 2025-04-15T03:14:31.763Z (about 2 months ago)
- Topics: laravel, laravel-nova, nova
- Language: Vue
- Homepage:
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nova 4 Multiple DatePicker
[](https://packagist.org/packages/ghanem/multiple-date-picker)
[](https://packagist.org/packages/ghanem/multiple-date-picker)This [Laravel Nova](https://nova.laravel.com/) package adds the ability to set a Multiple DatePicker in Nova 4
## Requirements
- `php: ^7.3|^8.0`
- `laravel/nova: ^4.0|^5.0`## Features
- Select Multiple Dates
## Installation
Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
```bash
composer require ghanem/multiple-date-picker
```## Usage
### Configuration Options
In Any Nova Resource
```php
// In Any Nova Resourceuse 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](LICENSE.md).
## Sponsor
[💚️ Become a Sponsor](https://github.com/sponsors/AbdullahGhanem)