Master Chorus Actions - the powerful RPC-style system for handling multi-table write operations with validation, offline support, and optimistic updates.
app/Actions/ChorusActions/
.
rules()
method uses a table.operation
format for precise validation:
create
- Insert new recordsupdate
- Modify existing recordsdelete
- Remove recordsid
field is missing:
ActionCollector
provides table-specific proxies for database operations: