ghanem/multiple-date-picker

A Laravel Nova field.

Downloads

779

Stars

0

Version

v1.0.1

Nova 4 Multiple DatePicker

This Laravel Nova package adds the ability to set a Multiple DatePicker in Nova 4

Requirements

  • php: ^7.3|^8.0
  • laravel/nova: ^4.0

Features

  • Select Multiple Dates

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require ghanem/multiple-date-picker

Usage

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.

Sponsor

💚️ Become a Sponsor

AbdullahGhanem

Author

AbdullahGhanem