Skip to content

Recurrence input for Filament that allows create recurring events

License

Notifications You must be signed in to change notification settings

uccellolabs/filament-recurrence-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Recurrence input for Filament that allows create recurring events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published