uccellolabs/filament-recurrence-input

Recurrence input for recurring events

dev-master 2023-01-12 12:33 UTC

This package is auto-updated.

Last update: 2024-05-12 15:19:02 UTC


README

Latest Version on Packagist Semantic Release Total Downloads

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.