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)
4
Add the vendor directory to your theme
5
Wire it into your model
Add the cast (and optionally the trait) to the model that owns the recurrence column:The trait adds:

