On this page
Introduction
Lara Zeus chaos is a thin convention layer on top of Filament. It standardizes how resources, forms, tables, infolists, and models handle things you repeat on every CRUD screen: audit fields (created_by / updated_by), soft deletes, timestamps, row actions, and bulk actions.
Features
ChaosModel— setscreated_by/updated_byon save, definescreatedBy()/updatedBy()relations, and exposesisUsingActionBy()/isUsingSoftDelete()so UI code can turn columns on or off.- Blueprint macros —
actionBy()anddropActionBy()for migrations. ChaosResource— derives model labels from a lang file named from the resource slug; adjusts the Eloquent query (soft-delete scope, eager-loadingcreatedBy/updatedBywhen enabled).ChaosForms— shared grid layout with your schema on the main area and an optional sidebar (your sections + collapsible “record info”: timestamps, created-by popover via Popover).ChaosTables— ID + timestamp columns, created by / updated by popover columns, deleted at when soft deletes are on, trashed filter, default pagination 25 and sort by primary key desc, row action group (view / edit / delete / force delete / restore when allowed), and bulk delete / force delete / restore.ChaosInfos— infolist/Schemalayout with record info sidebar (created/updated timestamps and by-fields).ChaosEditRecord,ChaosListRecords,ChaosViewRecord— header actions wired to View / Delete / Create / Edit only when the resource actually registers those pages.MultiLang— tabs perconfig('app.locales')for a translatable attribute (pairs well with Spatie Translatable).UserCardColumn— thin alias of Popover’sPopoverColumnfor user detail popovers in tables.
Support
Available support channels:
- Join our channel on Discord
- Open an issue on GitHub
- Email us using the contact center
Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.