पेज · Laravilt
Action Types
Prebuilt actions for common record operations, plus custom actions.
Prebuilt actions in Laravilt\Actions come with labels, icons, colors, confirmation, permission checks, and resource URLs already configured. Override any default with the usual styling and confirmation methods.
- ViewAction: open the record's view page
- EditAction: open the record's edit page
- CreateAction: open the create page or a create modal
- DeleteAction: soft delete with confirmation
- RestoreAction: restore a soft-deleted record
- ForceDeleteAction: permanently delete
- ReplicateAction: duplicate a record
- ExportAction: export to XLSX/CSV
- ImportAction: import from XLSX/CSV
- Custom Action: build your own
For multiple records, see Bulk Actions.