Skip to main content
1

Install via Composer

2

Add a recurrence column to your table

Recurrence is stored as JSON on your model’s table. Add a nullable json column — name it however you like; the rest of these docs assume recurrence:
3

Publish the config (optional)

See Configuration for every option.
4

Add the vendor directory to your theme

Then rebuild:
5

Wire it into your model

Add the cast (and optionally the trait) to the model that owns the recurrence column:
The trait adds:
Next: add the form field, table column, and infolist entry to your resource.