uccellolabs / filament-recurrence-input
Recurrence input for recurring events
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.0
- filament/forms: ^2.9
This package is auto-updated.
Last update: 2024-11-12 16:31:36 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.