Skip to content

solutionforest/filament-time-range-picker

Repository files navigation

Time-range-slider

Installation

You can install the package via composer:

composer require solution-forest/filament-time-range-slider

You can publish the views using

php artisan vendor:publish --tag="time-range-slider-views"

Usage

use SolutionForest\TimeRangeSlider\TimeRangeSlider;

public static function form(Form $form)
{
    return $form
        ->schema([
            TimeRangeSlider::make('event_time'),
        ]);
}

Testing

composer test

Changelog

See the CHANGELOG for more information on what has changed recently.

Contributing

See CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security related issues, please email info+package@solutionforest.net instead of using the issue tracker.

Credits

License

Filament Tree is open-sourced software licensed under the MIT license.

About Solution Forest

Solution Forest Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Soruces.

We have built a collection of best-in-class products:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •