https://github.com/solutionforest/filament-time-range-picker
https://github.com/solutionforest/filament-time-range-picker
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solutionforest/filament-time-range-picker
- Owner: solutionforest
- License: mit
- Created: 2023-12-06T03:53:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:13:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T02:06:13.368Z (11 months ago)
- Language: Blade
- Size: 35.3 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package time-range-slider
[](https://packagist.org/packages/solutionforest/time-range-slider)
[](https://github.com/solutionforest/time-range-slider/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/solutionforest/time-range-slider/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/solutionforest/time-range-slider)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require solutionforest/time-range-slider
```
You can publish the views using
```bash
php artisan vendor:publish --tag="time-range-slider-views"
```
## Usage
```php
use SolutionForest\TimeRangeSlider\TimeRangeSlider;
public static function form(Form $form)
{
return $form
->schema([
TimeRangeSlider::make('event_time'),
]);
}
```
## Testing
```bash
composer test
```
## Changelog
See the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
See [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
If you discover any security related issues, please email info+package@solutionforest.net instead of using the issue tracker.
## Credits
- [kelseylee](https://github.com/solutionforest)
- [All Contributors](../../contributors)
## License
Filament Tree is open-sourced software licensed under the [MIT license](LICENSE.md).
## About Solution Forest
[Solution Forest](https://solutionforest.com) 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:
- [VantagoAds](https://vantagoads.com): A self manage Ads Server, Simplify Your Advertising Strategy.
- [GatherPro.events](https://gatherpro.events): A Event Photos management tools, Streamline Your Event Photos.
- [Website CMS Management](https://filamentphp.com/plugins/solution-forest-cms-website): Website CMS Management
