uccellolabs / filament-recurrence-input
Recurrence input for recurring events
Package info
github.com/uccellolabs/filament-recurrence-input
Language:Blade
pkg:composer/uccellolabs/filament-recurrence-input
dev-master
2023-01-12 12:33 UTC
Requires
- php: ^8.0
- filament/forms: ^2.9
This package is auto-updated.
Last update: 2026-03-12 19:34:04 UTC
README
Filament Recurrence Input
Recurrence input that allows create recurring events
Installation
You can install the package via composer:
composer require uccellolabs/filament-recurrence-input
Usage
ReccurrenceInput::make('repeat_every') ->options([ 'd' => 'Days', 'w' => 'Week', 'm' => 'Month', 'y' => 'Year', ]) ->...
Credits
License
The MIT License (MIT). Please see License File for more information.